public class PortInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PortInfo() |
PortInfo(PortInfo 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 |
---|---|
Long |
getNginxServerId()
Get Nginx的服务器id
|
String |
getPort()
Get 监听端口配置
|
String |
getProtocol()
Get 与端口对应的协议
|
String |
getUpstreamPort()
Get 回源端口
|
String |
getUpstreamProtocol()
Get 回源协议
|
void |
setNginxServerId(Long NginxServerId)
Set Nginx的服务器id
|
void |
setPort(String Port)
Set 监听端口配置
|
void |
setProtocol(String Protocol)
Set 与端口对应的协议
|
void |
setUpstreamPort(String UpstreamPort)
Set 回源端口
|
void |
setUpstreamProtocol(String UpstreamProtocol)
Set 回源协议
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public PortInfo()
public PortInfo(PortInfo source)
public Long getNginxServerId()
public void setNginxServerId(Long NginxServerId)
NginxServerId
- Nginx的服务器idpublic String getPort()
public void setPort(String Port)
Port
- 监听端口配置public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- 与端口对应的协议public String getUpstreamPort()
public void setUpstreamPort(String UpstreamPort)
UpstreamPort
- 回源端口public String getUpstreamProtocol()
public void setUpstreamProtocol(String UpstreamProtocol)
UpstreamProtocol
- 回源协议Copyright © 2024. All rights reserved.