Class ProxySimpleInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.gaap.v20180529.models.ProxySimpleInfo
-
public class ProxySimpleInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProxySimpleInfo()ProxySimpleInfo(ProxySimpleInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListenerInfo[]getListenerList()Get 监听器列表StringgetProxyId()Get 通道IDStringgetProxyName()Get 通道名称voidsetListenerList(ListenerInfo[] ListenerList)Set 监听器列表voidsetProxyId(String ProxyId)Set 通道IDvoidsetProxyName(String ProxyName)Set 通道名称voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ProxySimpleInfo
public ProxySimpleInfo()
-
ProxySimpleInfo
public ProxySimpleInfo(ProxySimpleInfo 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.
-
-
Method Detail
-
getProxyId
public String getProxyId()
Get 通道ID- Returns:
- ProxyId 通道ID
-
setProxyId
public void setProxyId(String ProxyId)
Set 通道ID- Parameters:
ProxyId- 通道ID
-
getProxyName
public String getProxyName()
Get 通道名称- Returns:
- ProxyName 通道名称
-
setProxyName
public void setProxyName(String ProxyName)
Set 通道名称- Parameters:
ProxyName- 通道名称
-
getListenerList
public ListenerInfo[] getListenerList()
Get 监听器列表- Returns:
- ListenerList 监听器列表
-
setListenerList
public void setListenerList(ListenerInfo[] ListenerList)
Set 监听器列表- Parameters:
ListenerList- 监听器列表
-
-