public class AttachedPolicyOfRole extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
AttachedPolicyOfRole()  | 
AttachedPolicyOfRole(AttachedPolicyOfRole 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 Time of association 
 | 
Long | 
getCreateMode()
Get Policy creation method. 
 | 
Long | 
getDeactived()
Get Whether the product has been deprecated (0: no; 1: yes)
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String[] | 
getDeactivedDetail()
Get List of deprecated products
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
String | 
getDescription()
Get Policy description
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
Long | 
getPolicyId()
Get Policy ID 
 | 
String | 
getPolicyName()
Get Policy name 
 | 
String | 
getPolicyType()
Get Policy type. 
 | 
void | 
setAddTime(String AddTime)
Set Time of association 
 | 
void | 
setCreateMode(Long CreateMode)
Set Policy creation method. 
 | 
void | 
setDeactived(Long Deactived)
Set Whether the product has been deprecated (0: no; 1: yes)
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDeactivedDetail(String[] DeactivedDetail)
Set List of deprecated products
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setDescription(String Description)
Set Policy description
Note: this field may return null, indicating that no valid values can be obtained. 
 | 
void | 
setPolicyId(Long PolicyId)
Set Policy ID 
 | 
void | 
setPolicyName(String PolicyName)
Set Policy name 
 | 
void | 
setPolicyType(String PolicyType)
Set Policy type. 
 | 
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 AttachedPolicyOfRole()
public AttachedPolicyOfRole(AttachedPolicyOfRole source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId - Policy IDpublic String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName - Policy namepublic String getAddTime()
public void setAddTime(String AddTime)
AddTime - Time of associationpublic String getPolicyType()
public void setPolicyType(String PolicyType)
PolicyType - Policy type. `User` indicates custom policy; `QCS` indicates preset policy
Note: This field may return null, indicating that no valid value was found.public Long getCreateMode()
public void setCreateMode(Long CreateMode)
CreateMode - Policy creation method. 1: indicates the policy was created based on product function or item permission; other values indicate the policy was created based on the policy syntaxpublic Long getDeactived()
public void setDeactived(Long Deactived)
Deactived - Whether the product has been deprecated (0: no; 1: yes)
Note: this field may return null, indicating that no valid values can be obtained.public String[] getDeactivedDetail()
public void setDeactivedDetail(String[] DeactivedDetail)
DeactivedDetail - List of deprecated products
Note: this field may return null, indicating that no valid values can be obtained.public String getDescription()
public void setDescription(String Description)
Description - Policy description
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.