public class DeleteListenersRequest extends AbstractModel
| Constructor and Description |
|---|
DeleteListenersRequest() |
DeleteListenersRequest(DeleteListenersRequest 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 |
|---|---|
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 DeleteListenersRequest()
public DeleteListenersRequest(DeleteListenersRequest source)
public 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 © 2022. All rights reserved.