public class AttachPolicyInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AttachPolicyInfo() | 
| AttachPolicyInfo(AttachPolicyInfo 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 | 
|---|---|
| String | getAddTime()Get 创建时间 | 
| Long | getCreateMode()Get 创建来源,1 通过控制台创建, 2 通过策略语法创建 | 
| Long | getDeactived()Get 是否已下线,1代表已下线,0代表未下线 | 
| String[] | getDeactivedDetail()Get 已下线的产品列表 | 
| String | getOperateOwnerUin()Get 策略关联操作者主账号
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getOperateUin()Get 策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getOperateUinType()Get 取值为0和1。OperateUinType为0表示OperateUin字段是子账号Uin。如果OperateUinType为1表示OperateUin字段是角色ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getPolicyId()Get 策略id | 
| String | getPolicyName()Get 策略名称 | 
| String | getPolicyType()Get 取值为User和QCS。User代表自定义策略,QCS代表系统策略 | 
| String | getRemark()Get 策略备注 | 
| void | setAddTime(String AddTime)Set 创建时间 | 
| void | setCreateMode(Long CreateMode)Set 创建来源,1 通过控制台创建, 2 通过策略语法创建 | 
| void | setDeactived(Long Deactived)Set 是否已下线,1代表已下线,0代表未下线 | 
| void | setDeactivedDetail(String[] DeactivedDetail)Set 已下线的产品列表 | 
| void | setOperateOwnerUin(String OperateOwnerUin)Set 策略关联操作者主账号
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOperateUin(String OperateUin)Set 策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setOperateUinType(Long OperateUinType)Set 取值为0和1。OperateUinType为0表示OperateUin字段是子账号Uin。如果OperateUinType为1表示OperateUin字段是角色ID
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPolicyId(Long PolicyId)Set 策略id | 
| void | setPolicyName(String PolicyName)Set 策略名称 | 
| void | setPolicyType(String PolicyType)Set 取值为User和QCS。User代表自定义策略,QCS代表系统策略 | 
| void | setRemark(String Remark)Set 策略备注 | 
| 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, toJsonStringpublic AttachPolicyInfo()
public AttachPolicyInfo(AttachPolicyInfo source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - 策略idpublic String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName - 策略名称public String getAddTime()
public void setAddTime(String AddTime)
AddTime - 创建时间public Long getCreateMode()
public void setCreateMode(Long CreateMode)
CreateMode - 创建来源,1 通过控制台创建, 2 通过策略语法创建public String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType - 取值为User和QCS。User代表自定义策略,QCS代表系统策略public String getRemark()
public void setRemark(String Remark)
Remark - 策略备注public String getOperateOwnerUin()
public void setOperateOwnerUin(String OperateOwnerUin)
OperateOwnerUin - 策略关联操作者主账号
注意:此字段可能返回 null,表示取不到有效值。public String getOperateUin()
public void setOperateUin(String OperateUin)
OperateUin - 策略关联操作者ID,如果UinType为0表示子账号Uin,如果UinType为1表示角色ID
注意:此字段可能返回 null,表示取不到有效值。public Long getOperateUinType()
public void setOperateUinType(Long OperateUinType)
OperateUinType - 取值为0和1。OperateUinType为0表示OperateUin字段是子账号Uin。如果OperateUinType为1表示OperateUin字段是角色ID
注意:此字段可能返回 null,表示取不到有效值。public Long getDeactived()
public void setDeactived(Long Deactived)
Deactived - 是否已下线,1代表已下线,0代表未下线public String[] getDeactivedDetail()
public void setDeactivedDetail(String[] DeactivedDetail)
DeactivedDetail - 已下线的产品列表Copyright © 2025. All rights reserved.