@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetAttributesAttributes extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetAttributesAttributes.CategoryEnum
Category of the attribute
|
static class |
GetAttributesAttributes.TypeEnum
Type of the attribute
|
| Constructor and Description |
|---|
GetAttributesAttributes() |
public GetAttributesAttributes name(String name)
public String getName()
public void setName(String name)
public GetAttributesAttributes category(GetAttributesAttributes.CategoryEnum category)
public GetAttributesAttributes.CategoryEnum getCategory()
public void setCategory(GetAttributesAttributes.CategoryEnum category)
public GetAttributesAttributes type(GetAttributesAttributes.TypeEnum type)
public GetAttributesAttributes.TypeEnum getType()
public void setType(GetAttributesAttributes.TypeEnum type)
public GetAttributesAttributes enumeration(List<GetAttributesEnumeration> enumeration)
public GetAttributesAttributes addEnumerationItem(GetAttributesEnumeration enumerationItem)
public List<GetAttributesEnumeration> getEnumeration()
public void setEnumeration(List<GetAttributesEnumeration> enumeration)
public GetAttributesAttributes calculatedValue(String calculatedValue)
public String getCalculatedValue()
public void setCalculatedValue(String calculatedValue)
Copyright © 2021. All rights reserved.