Class ScopeDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.ScopeDTO
ScopeDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleanrole bindings list of the Scopedescription of Scopedisplay name of ScopegetId()UUID of the Scope.getName()name of Scopeusage count of ScopeinthashCode()voidsetBindings(List<String> bindings) voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidvoidsetUsageCount(Integer usageCount) toString()usageCount(Integer usageCount)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DISPLAY_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_BINDINGS
- See Also:
-
SERIALIZED_NAME_USAGE_COUNT
- See Also:
-
-
Constructor Details
-
ScopeDTO
public ScopeDTO()
-
-
Method Details
-
id
-
getId
UUID of the Scope. Valid only for shared scopes.- Returns:
- id
-
setId
-
name
-
getName
name of Scope- Returns:
- name
-
setName
-
displayName
-
getDisplayName
display name of Scope- Returns:
- displayName
-
setDisplayName
-
description
-
getDescription
description of Scope- Returns:
- description
-
setDescription
-
bindings
-
getBindings
role bindings list of the Scope- Returns:
- bindings
-
setBindings
-
usageCount
-
getUsageCount
usage count of Scope- Returns:
- usageCount
-
setUsageCount
-
equals
-
hashCode
public int hashCode() -
toString
-