Class APIServiceInfoDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIServiceInfoDTO
APIServiceInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKey()Get keygetName()Get nameGet versioninthashCode()Get outdatedvoidvoidvoidsetOutdated(Boolean outdated) voidsetVersion(String version) toString()
-
Field Details
-
SERIALIZED_NAME_KEY
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_OUTDATED
- See Also:
-
-
Constructor Details
-
APIServiceInfoDTO
public APIServiceInfoDTO()
-
-
Method Details
-
key
-
getKey
Get key- Returns:
- key
-
setKey
-
name
-
getName
Get name- Returns:
- name
-
setName
-
version
-
getVersion
Get version- Returns:
- version
-
setVersion
-
outdated
-
isOutdated
Get outdated- Returns:
- outdated
-
setOutdated
-
equals
-
hashCode
public int hashCode() -
toString
-