Class APIInfoDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.APIInfoDTO
APIInfoDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()The name of the API.The provider of the APIThe version of the APIinthashCode()voidvoidsetProvider(String provider) voidsetVersion(String version) toString()
-
Field Details
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_VERSION
- See Also:
-
SERIALIZED_NAME_PROVIDER
- See Also:
-
-
Constructor Details
-
APIInfoDTO
public APIInfoDTO()
-
-
Method Details
-
name
-
getName
The name of the API.- Returns:
- name
-
setName
-
version
-
getVersion
The version of the API- Returns:
- version
-
setVersion
-
provider
-
getProvider
The provider of the API- Returns:
- provider
-
setProvider
-
equals
-
hashCode
public int hashCode() -
toString
-