Class APIEndpointDTO


  • public class APIEndpointDTO
    extends Object
    APIEndpointDTO
    • Constructor Detail

      • APIEndpointDTO

        public APIEndpointDTO()
    • Method Detail

      • setId

        public void setId​(String id)
      • getName

        public String getName()
        Get name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDeploymentStage

        @Nullable
        public String getDeploymentStage()
        Get deploymentStage
        Returns:
        deploymentStage
      • setDeploymentStage

        public void setDeploymentStage​(String deploymentStage)
      • getEndpointConfig

        @Nullable
        public Object 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

        public void setEndpointConfig​(Object endpointConfig)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object