java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.APIEndpointDTO

public class APIEndpointDTO extends Object
APIEndpointDTO
  • Field Details

  • Constructor Details

    • APIEndpointDTO

      public APIEndpointDTO()
  • Method Details

    • id

      public APIEndpointDTO id(String id)
    • getId

      @Nullable public String getId()
      Get id
      Returns:
      id
    • setId

      public void setId(String id)
    • name

      public APIEndpointDTO name(String name)
    • getName

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

      public void setName(String name)
    • deploymentStage

      public APIEndpointDTO deploymentStage(String deploymentStage)
    • getDeploymentStage

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

      public void setDeploymentStage(String deploymentStage)
    • endpointConfig

      public APIEndpointDTO endpointConfig(Object endpointConfig)
    • 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)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object