public class SpartaProtectionPort extends AbstractModel
header, skipSign
Constructor and Description |
---|
SpartaProtectionPort() |
SpartaProtectionPort(SpartaProtectionPort 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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SpartaProtectionPort()
public SpartaProtectionPort(SpartaProtectionPort 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.