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 Summary
Constructors Constructor Description GatewayPropertiesDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIpAddress()The IP address of the gateway instance.inthashCode()GatewayPropertiesDTOipAddress(String ipAddress)voidsetIpAddress(String ipAddress)StringtoString()
-
-
-
Method Detail
-
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)
-
-