public class ProxySimpleInfo extends AbstractModel
header, skipSign| Constructor and 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListenerInfo[] | 
getListenerList()
Get Listener list 
 | 
String | 
getProxyId()
Get Connection ID 
 | 
String | 
getProxyName()
Get Connection name 
 | 
void | 
setListenerList(ListenerInfo[] ListenerList)
Set Listener list 
 | 
void | 
setProxyId(String ProxyId)
Set Connection ID 
 | 
void | 
setProxyName(String ProxyName)
Set Connection name 
 | 
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, toJsonStringpublic ProxySimpleInfo()
public ProxySimpleInfo(ProxySimpleInfo source)
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - Connection IDpublic String getProxyName()
public void setProxyName(String ProxyName)
ProxyName - Connection namepublic ListenerInfo[] getListenerList()
public void setListenerList(ListenerInfo[] ListenerList)
ListenerList - Listener listCopyright © 2025. All rights reserved.