public class GatewayEnvironmentProtocolURIDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENDPOINT_U_R_I |
static String |
SERIALIZED_NAME_PROTOCOL |
| Constructor and Description |
|---|
GatewayEnvironmentProtocolURIDTO() |
| Modifier and Type | Method and Description |
|---|---|
GatewayEnvironmentProtocolURIDTO |
endpointURI(String endpointURI) |
boolean |
equals(Object o) |
String |
getEndpointURI()
Get endpointURI
|
String |
getProtocol()
Get protocol
|
int |
hashCode() |
GatewayEnvironmentProtocolURIDTO |
protocol(String protocol) |
void |
setEndpointURI(String endpointURI) |
void |
setProtocol(String protocol) |
String |
toString() |
public static final String SERIALIZED_NAME_PROTOCOL
public static final String SERIALIZED_NAME_ENDPOINT_U_R_I
public GatewayEnvironmentProtocolURIDTO protocol(String protocol)
public String getProtocol()
public void setProtocol(String protocol)
public GatewayEnvironmentProtocolURIDTO endpointURI(String endpointURI)
public String getEndpointURI()
public void setEndpointURI(String endpointURI)
Copyright © 2022 WSO2 Inc. All rights reserved.