Class APIMetaDataDTO
java.lang.Object
org.wso2.am.integration.clients.gateway.api.v2.dto.APIMetaDataDTO
APIMetaDataDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetApiId()Get apiIdType of the API.UUID of API.Context of the API.getName()Name of the APIAPI level throttling policy.API Provider name.Status of API.Version of the API.inthashCode()isDefaultVersion(Boolean isDefaultVersion) Whether this is the default version of the API.voidvoidsetApiType(String apiType) voidsetApiUUID(String apiUUID) voidsetContext(String context) voidsetIsDefaultVersion(Boolean isDefaultVersion) voidvoidvoidsetProvider(String provider) voidvoidsetVersion(String version) toString()
-
Constructor Details
-
APIMetaDataDTO
public APIMetaDataDTO()
-
-
Method Details
-
apiUUID
-
getApiUUID
UUID of API.- Returns:
- apiUUID
-
setApiUUID
-
apiId
-
getApiId
Get apiId- Returns:
- apiId
-
setApiId
-
provider
-
getProvider
API Provider name.- Returns:
- provider
-
setProvider
-
name
-
getName
Name of the API- Returns:
- name
-
setName
-
version
-
getVersion
Version of the API.- Returns:
- version
-
setVersion
-
context
-
getContext
Context of the API.- Returns:
- context
-
setContext
-
policy
-
getPolicy
API level throttling policy.- Returns:
- policy
-
setPolicy
-
apiType
-
getApiType
Type of the API.- Returns:
- apiType
-
setApiType
-
isDefaultVersion
-
isIsDefaultVersion
Whether this is the default version of the API.- Returns:
- isDefaultVersion
-
setIsDefaultVersion
-
status
-
getStatus
Status of API.- Returns:
- status
-
setStatus
-
equals
-
hashCode
public int hashCode() -
toString
-