Class LabelDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.LabelDTO
-
public class LabelDTO extends Object
LabelDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACCESS_URLSstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description LabelDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LabelDTOaccessUrls(List<String> accessUrls)LabelDTOdescription(String description)booleanequals(Object o)List<String>getAccessUrls()Get accessUrlsStringgetDescription()Get descriptionStringgetId()Get idStringgetName()Get nameinthashCode()LabelDTOid(String id)LabelDTOname(String name)voidsetAccessUrls(List<String> accessUrls)voidsetDescription(String description)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ACCESS_URLS
public static final String SERIALIZED_NAME_ACCESS_URLS
- See Also:
- Constant Field Values
-
-