public class ModifyUDPListenerAttributeRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyUDPListenerAttributeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupId()
Get 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
String |
getListenerId()
Get 监听器ID
|
String |
getListenerName()
Get 监听器名称
|
String |
getProxyId()
Get 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
String |
getScheduler()
Get 监听器源站调度策略
|
void |
setGroupId(String GroupId)
Set 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
void |
setListenerId(String ListenerId)
Set 监听器ID
|
void |
setListenerName(String ListenerName)
Set 监听器名称
|
void |
setProxyId(String ProxyId)
Set 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。
|
void |
setScheduler(String Scheduler)
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, toJsonStringpublic String getListenerId()
public void setListenerId(String ListenerId)
ListenerId - 监听器IDpublic String getGroupId()
public void setGroupId(String GroupId)
GroupId - 通道组ID,ProxyId和GroupId必须设置一个,但不能同时设置。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 通道ID,ProxyId和GroupId必须设置一个,但不能同时设置。public String getListenerName()
public void setListenerName(String ListenerName)
ListenerName - 监听器名称public String getScheduler()
public void setScheduler(String Scheduler)
Scheduler - 监听器源站调度策略Copyright © 2020. All rights reserved.