Class APIDTO
java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.APIDTO
APIDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddUrlMappingsItem(URLMappingDTO urlMappingsItem) booleangetApiId()Get apiIdType of the API.Context of the API.getName()Name of the APIAPI level throttling policy.API Provider name.Type of the API.Get urlMappingsgetUuid()UUID of APIVersion of the API.inthashCode()isDefaultVersion(Boolean isDefaultVersion) Whether this is the default version of the API.voidvoidsetApiType(String apiType) voidsetContext(String context) voidsetIsDefaultVersion(Boolean isDefaultVersion) voidvoidvoidsetProvider(String provider) voidvoidsetUrlMappings(List<URLMappingDTO> urlMappings) voidvoidsetVersion(String version) toString()urlMappings(List<URLMappingDTO> urlMappings)
-
Constructor Details
-
APIDTO
public APIDTO()
-
-
Method Details
-
uuid
-
getUuid
UUID of API- Returns:
- uuid
-
setUuid
-
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
-
status
-
getStatus
Type of the API.- Returns:
- status
-
setStatus
-
isDefaultVersion
-
isIsDefaultVersion
Whether this is the default version of the API.- Returns:
- isDefaultVersion
-
setIsDefaultVersion
-
urlMappings
-
addUrlMappingsItem
-
getUrlMappings
Get urlMappings- Returns:
- urlMappings
-
setUrlMappings
-
equals
-
hashCode
public int hashCode() -
toString
-