Class SharedScopeUsageDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.SharedScopeUsageDTO
SharedScopeUsageDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()UUID of the Scope.getName()name of ScopeAPI list which have used the shared scopeinthashCode()voidvoidvoidsetUsedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList) toString()usedApiList(List<SharedScopeUsedAPIInfoDTO> usedApiList)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_USED_API_LIST
- See Also:
-
-
Constructor Details
-
SharedScopeUsageDTO
public SharedScopeUsageDTO()
-
-
Method Details
-
id
-
getId
UUID of the Scope. Valid only for shared scopes.- Returns:
- id
-
setId
-
name
-
getName
name of Scope- Returns:
- name
-
setName
-
usedApiList
-
getUsedApiList
API list which have used the shared scope- Returns:
- usedApiList
-
setUsedApiList
-
equals
-
hashCode
public int hashCode() -
toString
-