public class StrategyInfo extends AbstractModel
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 策略创建时间。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getAttachments()
Get 关联的用户数
|
Long |
getCreateMode()
Get 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
Long |
getDeactived()
Get 是否已下线
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getDeactivedDetail()
Get 已下线产品列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 策略描述。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsAttached()
Get 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsServiceLinkedPolicy()
Get 是否是服务相关角色策略
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getPolicyId()
Get 策略ID。
|
String |
getPolicyName()
Get 策略名称。
|
String |
getServiceType()
Get 策略关联的产品
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getType()
Get 策略类型。1 表示自定义策略,2 表示预设策略。
|
void |
setAddTime(String AddTime)
Set 策略创建时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAttachments(Long Attachments)
Set 关联的用户数
|
void |
setCreateMode(Long CreateMode)
Set 创建来源,1 通过控制台创建, 2 通过策略语法创建。
|
void |
setDeactived(Long Deactived)
Set 是否已下线
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDeactivedDetail(String[] DeactivedDetail)
Set 已下线产品列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 策略描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsAttached(Long IsAttached)
Set 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsServiceLinkedPolicy(Long IsServiceLinkedPolicy)
Set 是否是服务相关角色策略
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPolicyId(Long PolicyId)
Set 策略ID。
|
void |
setPolicyName(String PolicyName)
Set 策略名称。
|
void |
setServiceType(String ServiceType)
Set 策略关联的产品
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(Long Type)
Set 策略类型。1 表示自定义策略,2 表示预设策略。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StrategyInfo()
public StrategyInfo(StrategyInfo source)
public Long getPolicyId()
public void setPolicyId(Long PolicyId)
PolicyId
- 策略ID。public String getPolicyName()
public void setPolicyName(String PolicyName)
PolicyName
- 策略名称。public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 策略创建时间。
注意:此字段可能返回 null,表示取不到有效值。public Long getType()
public void setType(Long Type)
Type
- 策略类型。1 表示自定义策略,2 表示预设策略。public String getDescription()
public void setDescription(String Description)
Description
- 策略描述。
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateMode()
public void setCreateMode(Long CreateMode)
CreateMode
- 创建来源,1 通过控制台创建, 2 通过策略语法创建。public Long getAttachments()
public void setAttachments(Long Attachments)
Attachments
- 关联的用户数public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- 策略关联的产品
注意:此字段可能返回 null,表示取不到有效值。public Long getIsAttached()
public void setIsAttached(Long IsAttached)
IsAttached
- 当需要查询标记实体是否已经关联策略时不为null。0表示未关联策略,1表示已关联策略
注意:此字段可能返回 null,表示取不到有效值。public Long getDeactived()
public void setDeactived(Long Deactived)
Deactived
- 是否已下线
注意:此字段可能返回 null,表示取不到有效值。public String[] getDeactivedDetail()
public void setDeactivedDetail(String[] DeactivedDetail)
DeactivedDetail
- 已下线产品列表
注意:此字段可能返回 null,表示取不到有效值。public Long getIsServiceLinkedPolicy()
public void setIsServiceLinkedPolicy(Long IsServiceLinkedPolicy)
IsServiceLinkedPolicy
- 是否是服务相关角色策略
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.