public class UnBindingPolicyObjectRequest extends AbstractModel
| 构造器和说明 |
|---|
UnBindingPolicyObjectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
getGroupId()
Get 策略组id
|
String |
getModule()
Get 固定值,为"monitor"
|
String[] |
getUniqueId()
Get 待删除对象实例的唯一id列表
|
void |
setGroupId(Integer GroupId)
Set 策略组id
|
void |
setModule(String Module)
Set 固定值,为"monitor"
|
void |
setUniqueId(String[] UniqueId)
Set 待删除对象实例的唯一id列表
|
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 getModule()
public void setModule(String Module)
Module - 固定值,为"monitor"public Integer getGroupId()
public void setGroupId(Integer GroupId)
GroupId - 策略组idpublic String[] getUniqueId()
public void setUniqueId(String[] UniqueId)
UniqueId - 待删除对象实例的唯一id列表Copyright © 2020. All rights reserved.