Class ApplicationInfoDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.ApplicationInfoDTO
ApplicationInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) booleanGet applicationIdGet groupIdgetName()Get namegetOwner()Get ownerGet statusinthashCode()voidsetApplicationId(String applicationId) voidsetGroupId(String groupId) voidvoidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_APPLICATION_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_OWNER
- See Also:
-
SERIALIZED_NAME_STATUS
- See Also:
-
SERIALIZED_NAME_GROUP_ID
- See Also:
-
-
Constructor Details
-
ApplicationInfoDTO
public ApplicationInfoDTO()
-
-
Method Details
-
applicationId
-
getApplicationId
Get applicationId- Returns:
- applicationId
-
setApplicationId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
groupId
-
getGroupId
Get groupId- Returns:
- groupId
-
setGroupId
-
equals
-
hashCode
public int hashCode() -
toString
-