public class DeleteListenersRequest extends AbstractModel
| Constructor and Description |
|---|
DeleteListenersRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getForce()
Get 已绑定源站的监听器是否允许强制删除,1:允许, 0:不允许
|
String |
getGroupId()
Get 通道组ID,该参数和GroupId必须设置一个,但不能同时设置。
|
String[] |
getListenerIds()
Get 待删除的监听器ID列表
|
String |
getProxyId()
Get 通道ID,该参数和GroupId必须设置一个,但不能同时设置。
|
void |
setForce(Long Force)
Set 已绑定源站的监听器是否允许强制删除,1:允许, 0:不允许
|
void |
setGroupId(String GroupId)
Set 通道组ID,该参数和GroupId必须设置一个,但不能同时设置。
|
void |
setListenerIds(String[] ListenerIds)
Set 待删除的监听器ID列表
|
void |
setProxyId(String ProxyId)
Set 通道ID,该参数和GroupId必须设置一个,但不能同时设置。
|
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[] getListenerIds()
public void setListenerIds(String[] ListenerIds)
ListenerIds - 待删除的监听器ID列表public Long getForce()
public void setForce(Long Force)
Force - 已绑定源站的监听器是否允许强制删除,1:允许, 0:不允许public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 通道组ID,该参数和GroupId必须设置一个,但不能同时设置。public String getProxyId()
public void setProxyId(String ProxyId)
ProxyId - 通道ID,该参数和GroupId必须设置一个,但不能同时设置。Copyright © 2020. All rights reserved.