public class AttachedUserPolicy extends AbstractModel
header, skipSign
Constructor and Description |
---|
AttachedUserPolicy() |
AttachedUserPolicy(AttachedUserPolicy 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 创建时间
|
String |
getCreateMode()
Get 创建模式(1表示按产品或项目权限创建的策略,其他表示策略语法创建的策略)
|
Long |
getDeactived()
Get 是否已下线(0:否 1:是)
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getDeactivedDetail()
Get 已下线的产品列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 策略描述
|
AttachedUserPolicyGroupInfo[] |
getGroups()
Get 随组关联信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPolicyId()
Get 策略ID
|
String |
getPolicyName()
Get 策略名
|
String |
getStrategyType()
Get 策略类型(1表示自定义策略,2表示预设策略)
|
void |
setAddTime(String AddTime)
Set 创建时间
|
void |
setCreateMode(String CreateMode)
Set 创建模式(1表示按产品或项目权限创建的策略,其他表示策略语法创建的策略)
|
void |
setDeactived(Long Deactived)
Set 是否已下线(0:否 1:是)
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeactivedDetail(String[] DeactivedDetail)
Set 已下线的产品列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 策略描述
|
void |
setGroups(AttachedUserPolicyGroupInfo[] Groups)
Set 随组关联信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPolicyId(String PolicyId)
Set 策略ID
|
void |
setPolicyName(String PolicyName)
Set 策略名
|
void |
setStrategyType(String StrategyType)
Set 策略类型(1表示自定义策略,2表示预设策略)
|
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 AttachedUserPolicy()
public AttachedUserPolicy(AttachedUserPolicy source)
public String getPolicyId()
public void setPolicyId(String PolicyId)
PolicyId
- 策略IDpublic String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- 策略名public String getDescription()
public void setDescription(String Description)
Description
- 策略描述public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 创建时间public String getStrategyType()
public void setStrategyType(String StrategyType)
StrategyType
- 策略类型(1表示自定义策略,2表示预设策略)public String getCreateMode()
public void setCreateMode(String CreateMode)
CreateMode
- 创建模式(1表示按产品或项目权限创建的策略,其他表示策略语法创建的策略)public AttachedUserPolicyGroupInfo[] getGroups()
public void setGroups(AttachedUserPolicyGroupInfo[] Groups)
Groups
- 随组关联信息
注意:此字段可能返回 null,表示取不到有效值。public Long getDeactived()
public void setDeactived(Long Deactived)
Deactived
- 是否已下线(0:否 1:是)
注意:此字段可能返回 null,表示取不到有效值。public String[] getDeactivedDetail()
public void setDeactivedDetail(String[] DeactivedDetail)
DeactivedDetail
- 已下线的产品列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.