Class GatewayPolicyDeploymentDTO

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

public class GatewayPolicyDeploymentDTO extends Object
GatewayPolicyDeploymentDTO
  • Field Details

  • Constructor Details

    • GatewayPolicyDeploymentDTO

      public GatewayPolicyDeploymentDTO()
  • Method Details

    • gatewayLabel

      public GatewayPolicyDeploymentDTO gatewayLabel(String gatewayLabel)
    • getGatewayLabel

      public String getGatewayLabel()
      Get gatewayLabel
      Returns:
      gatewayLabel
    • setGatewayLabel

      public void setGatewayLabel(String gatewayLabel)
    • gatewayDeployment

      public GatewayPolicyDeploymentDTO gatewayDeployment(Boolean gatewayDeployment)
    • isGatewayDeployment

      public Boolean isGatewayDeployment()
      Get gatewayDeployment
      Returns:
      gatewayDeployment
    • setGatewayDeployment

      public void setGatewayDeployment(Boolean gatewayDeployment)
    • mappingUUID

      public GatewayPolicyDeploymentDTO mappingUUID(String mappingUUID)
    • getMappingUUID

      @Nullable public String getMappingUUID()
      Get mappingUUID
      Returns:
      mappingUUID
    • setMappingUUID

      public void setMappingUUID(String mappingUUID)
    • 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