public class ProxySimpleInfo extends AbstractModel
Constructor and Description |
---|
ProxySimpleInfo() |
Modifier and Type | Method and Description |
---|---|
ListenerInfo[] |
getListenerList()
Get 监听器列表
|
String |
getProxyId()
Get 通道ID
|
String |
getProxyName()
Get 通道名称
|
void |
setListenerList(ListenerInfo[] ListenerList)
Set 监听器列表
|
void |
setProxyId(String ProxyId)
Set 通道ID
|
void |
setProxyName(String ProxyName)
Set 通道名称
|
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, toJsonString
public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId
- 通道IDpublic String getProxyName()
public void setProxyName(String ProxyName)
ProxyName
- 通道名称public ListenerInfo[] getListenerList()
public void setListenerList(ListenerInfo[] ListenerList)
ListenerList
- 监听器列表Copyright © 2020. All rights reserved.