Class ScopeDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.ScopeDTO
ScopeDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanAbout scope.getName()Scope name.getRoles()Roles for the particular scope.getTag()Portal name.inthashCode()voidsetDescription(String description) voidvoidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_TAG
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ROLES
- See Also:
-
-
Constructor Details
-
ScopeDTO
public ScopeDTO()
-
-
Method Details
-
tag
-
getTag
Portal name.- Returns:
- tag
-
setTag
-
name
-
getName
Scope name.- Returns:
- name
-
setName
-
description
-
getDescription
About scope.- Returns:
- description
-
setDescription
-
roles
-
getRoles
Roles for the particular scope.- Returns:
- roles
-
setRoles
-
equals
-
hashCode
public int hashCode() -
toString
-