Class CustomAttributeDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.CustomAttributeDTO
-
public class CustomAttributeDTO extends Object
CustomAttributeDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_VALUE
-
Constructor Summary
Constructors Constructor Description CustomAttributeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetName()Name of the custom attributeStringgetValue()Value of the custom attributeinthashCode()CustomAttributeDTOname(String name)voidsetName(String name)voidsetValue(String value)StringtoString()CustomAttributeDTOvalue(String value)
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
public static final String SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public CustomAttributeDTO name(String name)
-
getName
public String getName()
Name of the custom attribute- Returns:
- name
-
setName
public void setName(String name)
-
value
public CustomAttributeDTO value(String value)
-
getValue
public String getValue()
Value of the custom attribute- Returns:
- value
-
setValue
public void setValue(String value)
-
-