public class StrategyInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| StrategyInfo() | 
| StrategyInfo(StrategyInfo 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 policy created
Note: This field may return null, indicating that no valid value was found. | 
| Long | getAttachEntityBoundaryCount()Get The number of entities associated with the permission boundary. | 
| Long | getAttachEntityCount()Get The number of entities associated with the policy. | 
| Long | getAttachments()Get Number of associated users | 
| Long | getCreateMode()Get How the policy was created: 1: Via console; 2: Via syntax | 
| Long | getDeactived()Get Queries if the policy has been deactivated
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 value was found. | 
| Long | getIsAttached()Get This value should not be null when querying whether a marked entity has been associated with a policy. | 
| Long | getIsServiceLinkedPolicy()Get The deletion task identifier used to check the deletion status of the service-linked role
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 | getServiceType()Get Product associated with the policy
Note: This field may return null, indicating that no valid value was found. | 
| Long | getType()Get Policy type. | 
| String | getUpdateTime()Get The last edited time. | 
| void | setAddTime(String AddTime)Set Time policy created
Note: This field may return null, indicating that no valid value was found. | 
| void | setAttachEntityBoundaryCount(Long AttachEntityBoundaryCount)Set The number of entities associated with the permission boundary. | 
| void | setAttachEntityCount(Long AttachEntityCount)Set The number of entities associated with the policy. | 
| void | setAttachments(Long Attachments)Set Number of associated users | 
| void | setCreateMode(Long CreateMode)Set How the policy was created: 1: Via console; 2: Via syntax | 
| void | setDeactived(Long Deactived)Set Queries if the policy has been deactivated
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 value was found. | 
| void | setIsAttached(Long IsAttached)Set This value should not be null when querying whether a marked entity has been associated with a policy. | 
| void | setIsServiceLinkedPolicy(Long IsServiceLinkedPolicy)Set The deletion task identifier used to check the deletion status of the service-linked role
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 | setServiceType(String ServiceType)Set Product associated with the policy
Note: This field may return null, indicating that no valid value was found. | 
| void | setType(Long Type)Set Policy type. | 
| void | setUpdateTime(String UpdateTime)Set The last edited time. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic StrategyInfo()
public StrategyInfo(StrategyInfo 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 policy created
Note: This field may return null, indicating that no valid value was found.public Long getType()
public void setType(Long Type)
Type - Policy type. 1: Custom policy; 2: Preset policypublic String getDescription()
public void setDescription(String Description)
Description - Policy description
Note: This field may return null, indicating that no valid value was found.public Long getCreateMode()
public void setCreateMode(Long CreateMode)
CreateMode - How the policy was created: 1: Via console; 2: Via syntaxpublic Long getAttachments()
public void setAttachments(Long Attachments)
Attachments - Number of associated userspublic String getServiceType()
public void setServiceType(String ServiceType)
ServiceType - Product associated with the policy
Note: This field may return null, indicating that no valid value was found.public Long getIsAttached()
public void setIsAttached(Long IsAttached)
IsAttached - This value should not be null when querying whether a marked entity has been associated with a policy. 0 indicates that no policy has been associated, while 1 indicates that a policy has been associatedpublic Long getDeactived()
public void setDeactived(Long Deactived)
Deactived - Queries if the policy has been deactivated
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 Long getIsServiceLinkedPolicy()
public void setIsServiceLinkedPolicy(Long IsServiceLinkedPolicy)
IsServiceLinkedPolicy - The deletion task identifier used to check the deletion status of the service-linked role
Note: this field may return null, indicating that no valid values can be obtained.public Long getAttachEntityCount()
public void setAttachEntityCount(Long AttachEntityCount)
AttachEntityCount - The number of entities associated with the policy.
Note: this field may return `null`, indicating that no valid values can be obtained.public Long getAttachEntityBoundaryCount()
public void setAttachEntityBoundaryCount(Long AttachEntityBoundaryCount)
AttachEntityBoundaryCount - The number of entities associated with the permission boundary.
Note: this field may return `null`, indicating that no valid values can be obtained.public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - The last edited time.
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.