Class APIEndpointDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIEndpointDTO
APIEndpointDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeploymentStage(String deploymentStage) endpointConfig(Object endpointConfig) booleanGet deploymentStageEndpoint configuration of the API.getId()Get idgetName()Get nameinthashCode()voidsetDeploymentStage(String deploymentStage) voidsetEndpointConfig(Object endpointConfig) voidvoidtoString()
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_DEPLOYMENT_STAGE
- See Also:
-
SERIALIZED_NAME_ENDPOINT_CONFIG
- See Also:
-
-
Constructor Details
-
APIEndpointDTO
public APIEndpointDTO()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
deploymentStage
-
getDeploymentStage
Get deploymentStage- Returns:
- deploymentStage
-
setDeploymentStage
-
endpointConfig
-
getEndpointConfig
Endpoint configuration of the API. This can be used to provide different types of endpoints including Simple REST Endpoints, Loadbalanced and Failover.- Returns:
- endpointConfig
-
setEndpointConfig
-
equals
-
hashCode
public int hashCode() -
toString
-