Class GatewayEnvironmentProtocolURIDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.GatewayEnvironmentProtocolURIDTO
-
public class GatewayEnvironmentProtocolURIDTO extends Object
GatewayEnvironmentProtocolURIDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENDPOINT_U_R_Istatic StringSERIALIZED_NAME_PROTOCOL
-
Constructor Summary
Constructors Constructor Description GatewayEnvironmentProtocolURIDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayEnvironmentProtocolURIDTOendpointURI(String endpointURI)booleanequals(Object o)StringgetEndpointURI()Get endpointURIStringgetProtocol()Get protocolinthashCode()GatewayEnvironmentProtocolURIDTOprotocol(String protocol)voidsetEndpointURI(String endpointURI)voidsetProtocol(String protocol)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PROTOCOL
public static final String SERIALIZED_NAME_PROTOCOL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENDPOINT_U_R_I
public static final String SERIALIZED_NAME_ENDPOINT_U_R_I
- See Also:
- Constant Field Values
-
-
Method Detail
-
protocol
public GatewayEnvironmentProtocolURIDTO protocol(String protocol)
-
getProtocol
public String getProtocol()
Get protocol- Returns:
- protocol
-
setProtocol
public void setProtocol(String protocol)
-
endpointURI
public GatewayEnvironmentProtocolURIDTO endpointURI(String endpointURI)
-
getEndpointURI
public String getEndpointURI()
Get endpointURI- Returns:
- endpointURI
-
setEndpointURI
public void setEndpointURI(String endpointURI)
-
-