Class ApplicationInfoDTO
java.lang.Object
org.wso2.am.integration.clients.gateway.api.v2.dto.ApplicationInfoDTO
ApplicationInfoDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKeysItem(ApplicationKeyMappingDTO keysItem) attributes(Map<String, String> attributes) booleanGet attributesgetId()Get idgetKeys()Get keysgetName()Get nameApplication level throtting policy.Get subNametype of the token.getUuid()Get uuidinthashCode()keys(List<ApplicationKeyMappingDTO> keys) putAttributesItem(String key, String attributesItem) voidsetAttributes(Map<String, String> attributes) voidvoidsetKeys(List<ApplicationKeyMappingDTO> keys) voidvoidvoidsetSubName(String subName) voidsetTokenType(String tokenType) voidtoString()
-
Constructor Details
-
ApplicationInfoDTO
public ApplicationInfoDTO()
-
-
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
-
attributes
-
putAttributesItem
-
getAttributes
Get attributes- Returns:
- attributes
-
setAttributes
-
keys
-
addKeysItem
-
getKeys
Get keys- Returns:
- keys
-
setKeys
-
equals
-
hashCode
public int hashCode() -
toString
-