public class DetachPolicyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DetachPolicyRequest() |
DetachPolicyRequest(DetachPolicyRequest 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 |
getPolicyId()
Get 策略ID。
|
Long |
getTargetId()
Get 解绑策略目标ID。成员Uin或部门ID
|
String |
getTargetType()
Get 目标类型。取值范围:NODE-部门、MEMBER-成员
|
String |
getType()
Get 策略类型。默认值SERVICE_CONTROL_POLICY,取值范围:SERVICE_CONTROL_POLICY-服务控制策略、TAG_POLICY-标签策略
|
void |
setPolicyId(Long PolicyId)
Set 策略ID。
|
void |
setTargetId(Long TargetId)
Set 解绑策略目标ID。成员Uin或部门ID
|
void |
setTargetType(String TargetType)
Set 目标类型。取值范围:NODE-部门、MEMBER-成员
|
void |
setType(String Type)
Set 策略类型。默认值SERVICE_CONTROL_POLICY,取值范围:SERVICE_CONTROL_POLICY-服务控制策略、TAG_POLICY-标签策略
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DetachPolicyRequest()
public DetachPolicyRequest(DetachPolicyRequest source)
public Long getTargetId()
public void setTargetId(Long TargetId)
TargetId
- 解绑策略目标ID。成员Uin或部门IDpublic String getTargetType()
public void setTargetType(String TargetType)
TargetType
- 目标类型。取值范围:NODE-部门、MEMBER-成员public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略ID。public String getType()
public void setType(String Type)
Type
- 策略类型。默认值SERVICE_CONTROL_POLICY,取值范围:SERVICE_CONTROL_POLICY-服务控制策略、TAG_POLICY-标签策略Copyright © 2024. All rights reserved.