public class VHostDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_HOST |
static String |
SERIALIZED_NAME_HTTP_CONTEXT |
static String |
SERIALIZED_NAME_HTTP_PORT |
static String |
SERIALIZED_NAME_HTTPS_PORT |
static String |
SERIALIZED_NAME_WS_PORT |
static String |
SERIALIZED_NAME_WSS_PORT |
| Constructor and Description |
|---|
VHostDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHost()
Get host
|
String |
getHttpContext()
Get httpContext
|
Integer |
getHttpPort()
Get httpPort
|
Integer |
getHttpsPort()
Get httpsPort
|
Integer |
getWsPort()
Get wsPort
|
Integer |
getWssPort()
Get wssPort
|
int |
hashCode() |
VHostDTO |
host(String host) |
VHostDTO |
httpContext(String httpContext) |
VHostDTO |
httpPort(Integer httpPort) |
VHostDTO |
httpsPort(Integer httpsPort) |
void |
setHost(String host) |
void |
setHttpContext(String httpContext) |
void |
setHttpPort(Integer httpPort) |
void |
setHttpsPort(Integer httpsPort) |
void |
setWsPort(Integer wsPort) |
void |
setWssPort(Integer wssPort) |
String |
toString() |
VHostDTO |
wsPort(Integer wsPort) |
VHostDTO |
wssPort(Integer wssPort) |
public static final String SERIALIZED_NAME_HOST
public static final String SERIALIZED_NAME_HTTP_CONTEXT
public static final String SERIALIZED_NAME_HTTP_PORT
public static final String SERIALIZED_NAME_HTTPS_PORT
public static final String SERIALIZED_NAME_WS_PORT
public static final String SERIALIZED_NAME_WSS_PORT
public String getHost()
public void setHost(String host)
public void setHttpContext(String httpContext)
public void setHttpPort(Integer httpPort)
public void setHttpsPort(Integer httpsPort)
public void setWsPort(Integer wsPort)
public void setWssPort(Integer wssPort)
Copyright © 2021 WSO2 Inc. All rights reserved.