Class ApplicationDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.ApplicationDTO
ApplicationDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGroupIdsItem(GroupIdDTO groupIdsItem) attributes(Map<String, String> attributes) booleanGet attributesgroup ids associated with the application.getId()Get idgetName()Get nameApplication level throtting policy.Get subNametype of the token.getUuid()Get uuidgroupIds(List<GroupIdDTO> groupIds) inthashCode()putAttributesItem(String key, String attributesItem) voidsetAttributes(Map<String, String> attributes) voidsetGroupIds(List<GroupIdDTO> groupIds) voidvoidvoidvoidsetSubName(String subName) voidsetTokenType(String tokenType) voidtoString()
-
Constructor Details
-
ApplicationDTO
public ApplicationDTO()
-
-
Method Details
-
uuid
-
getUuid
Get uuid- Returns:
- uuid
-
setUuid
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
subName
-
getSubName
Get subName- Returns:
- subName
-
setSubName
-
policy
-
getPolicy
Application level throtting policy.- Returns:
- policy
-
setPolicy
-
tokenType
-
getTokenType
type of the token.- Returns:
- tokenType
-
setTokenType
-
groupIds
-
addGroupIdsItem
-
getGroupIds
group ids associated with the application.- Returns:
- groupIds
-
setGroupIds
-
attributes
-
putAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
equals
-
hashCode
public int hashCode() -
toString
-