public class ProxyTypeInfo extends AbstractModel
| Constructor and Description |
|---|
ProxyTypeInfo() |
ProxyTypeInfo(ProxyTypeInfo 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[] |
getProxyPorts()
Get 转发监听端口列表,端口取值1~65535
|
String |
getProxyType()
Get 转发协议,取值[
http(HTTP协议)
https(HTTPS协议)
]
|
void |
setProxyPorts(Long[] ProxyPorts)
Set 转发监听端口列表,端口取值1~65535
|
void |
setProxyType(String ProxyType)
Set 转发协议,取值[
http(HTTP协议)
https(HTTPS协议)
]
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic ProxyTypeInfo()
public ProxyTypeInfo(ProxyTypeInfo source)
public Long[] getProxyPorts()
public void setProxyPorts(Long[] ProxyPorts)
ProxyPorts - 转发监听端口列表,端口取值1~65535public String getProxyType()
public void setProxyType(String ProxyType)
ProxyType - 转发协议,取值[
http(HTTP协议)
https(HTTPS协议)
]Copyright © 2021. All rights reserved.