Class ScopeDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.ScopeDTO
-
public class ScopeDTO extends Object
ScopeDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BINDINGSstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_DISPLAY_NAMEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_USAGE_COUNT
-
Constructor Summary
Constructors Constructor Description ScopeDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeDTObindings(List<String> bindings)ScopeDTOdescription(String description)ScopeDTOdisplayName(String displayName)booleanequals(Object o)List<String>getBindings()role bindings list of the ScopeStringgetDescription()description of ScopeStringgetDisplayName()display name of ScopeStringgetId()UUID of the Scope.StringgetName()name of ScopeIntegergetUsageCount()usage count of ScopeinthashCode()ScopeDTOid(String id)ScopeDTOname(String name)voidsetBindings(List<String> bindings)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetId(String id)voidsetName(String name)voidsetUsageCount(Integer usageCount)StringtoString()ScopeDTOusageCount(Integer usageCount)
-
-
-
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_DISPLAY_NAME
public static final String SERIALIZED_NAME_DISPLAY_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BINDINGS
public static final String SERIALIZED_NAME_BINDINGS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USAGE_COUNT
public static final String SERIALIZED_NAME_USAGE_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
setId
public void setId(String id)
-
getName
public String getName()
name of Scope- Returns:
- name
-
setName
public void setName(String name)
-
setDisplayName
public void setDisplayName(String displayName)
-
setDescription
public void setDescription(String description)
-
getBindings
@Nullable public List<String> getBindings()
role bindings list of the Scope- Returns:
- bindings
-
setUsageCount
public void setUsageCount(Integer usageCount)
-
-