public class PortItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
PortItem() |
PortItem(PortItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getNginxServerId()
Get Nginx Server ID
|
String |
getPort()
Get Listening Port Configuration
|
String |
getProtocol()
Get Corresponds one-to-one with ports, indicating the protocol associated with the port.
|
String |
getUpstreamPort()
Get Corresponds one-to-one with port, indicates the origin port
|
String |
getUpstreamProtocol()
Get Corresponds one-to-one with Port, indicating the origin protocol
|
void |
setNginxServerId(String NginxServerId)
Set Nginx Server ID
|
void |
setPort(String Port)
Set Listening Port Configuration
|
void |
setProtocol(String Protocol)
Set Corresponds one-to-one with ports, indicating the protocol associated with the port.
|
void |
setUpstreamPort(String UpstreamPort)
Set Corresponds one-to-one with port, indicates the origin port
|
void |
setUpstreamProtocol(String UpstreamProtocol)
Set Corresponds one-to-one with Port, indicating the origin protocol
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PortItem()
public PortItem(PortItem source)
public String getPort()
public void setPort(String Port)
Port
- Listening Port Configurationpublic String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Corresponds one-to-one with ports, indicating the protocol associated with the port.public String getUpstreamPort()
public void setUpstreamPort(String UpstreamPort)
UpstreamPort
- Corresponds one-to-one with port, indicates the origin portpublic String getUpstreamProtocol()
public void setUpstreamProtocol(String UpstreamProtocol)
UpstreamProtocol
- Corresponds one-to-one with Port, indicating the origin protocolpublic String getNginxServerId()
public void setNginxServerId(String NginxServerId)
NginxServerId
- Nginx Server IDCopyright © 2024. All rights reserved.