Class GatewayPropertiesDTO

java.lang.Object
org.wso2.am.integration.clients.internal.api.dto.GatewayPropertiesDTO

public class GatewayPropertiesDTO extends Object
Technical properties of the gateway instance.
  • Constructor Details

    • GatewayPropertiesDTO

      public GatewayPropertiesDTO()
  • Method Details

    • ipAddress

      public GatewayPropertiesDTO ipAddress(String ipAddress)
    • getIpAddress

      public String getIpAddress()
      The IP address of the gateway instance.
      Returns:
      ipAddress
    • setIpAddress

      public void setIpAddress(String ipAddress)
    • 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