public class DescribePolicyGroupListGroup extends AbstractModel
Constructor and Description |
---|
DescribePolicyGroupListGroup() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getCanSetDefault()
Get 是否可以设置成默认策略
|
DescribePolicyGroupInfoCondition[] |
getConditions()
Get 阈值规则列表
注意:此字段可能返回 null,表示取不到有效值。
|
DescribePolicyGroupInfoConditionTpl |
getConditionsTemp()
Get 模板策略组
注意:此字段可能返回 null,表示取不到有效值。
|
DescribePolicyGroupInfoEventCondition[] |
getEventConditions()
Get 产品事件规则列表
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getGroupId()
Get 策略组id
|
String |
getGroupName()
Get 策略组名称
|
Integer |
getInsertTime()
Get 创建时间
|
DescribePolicyGroupListGroupInstanceGroup |
getInstanceGroup()
Get 策略组绑定的实例组信息
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getIsDefault()
Get 是否为默认策略,0表示非默认策略,1表示默认策略
|
Boolean |
getIsOpen()
Get 是否开启
|
String |
getLastEditUin()
Get 最近编辑的用户uin
|
Integer |
getNoShieldedSum()
Get 策略组绑定的未屏蔽实例数
|
Integer |
getParentGroupId()
Get 父策略组id
|
Integer |
getProjectId()
Get 策略组所属项目id
|
DescribePolicyGroupInfoReceiverInfo[] |
getReceiverInfos()
Get 用户接收人列表
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRemark()
Get 策略组备注
|
Integer |
getUpdateTime()
Get 最后修改时间
|
Integer |
getUseSum()
Get 策略组绑定的实例数
|
String |
getViewName()
Get 策略视图名称
|
void |
setCanSetDefault(Boolean CanSetDefault)
Set 是否可以设置成默认策略
|
void |
setConditions(DescribePolicyGroupInfoCondition[] Conditions)
Set 阈值规则列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConditionsTemp(DescribePolicyGroupInfoConditionTpl ConditionsTemp)
Set 模板策略组
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEventConditions(DescribePolicyGroupInfoEventCondition[] EventConditions)
Set 产品事件规则列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setGroupId(Integer GroupId)
Set 策略组id
|
void |
setGroupName(String GroupName)
Set 策略组名称
|
void |
setInsertTime(Integer InsertTime)
Set 创建时间
|
void |
setInstanceGroup(DescribePolicyGroupListGroupInstanceGroup InstanceGroup)
Set 策略组绑定的实例组信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDefault(Integer IsDefault)
Set 是否为默认策略,0表示非默认策略,1表示默认策略
|
void |
setIsOpen(Boolean IsOpen)
Set 是否开启
|
void |
setLastEditUin(String LastEditUin)
Set 最近编辑的用户uin
|
void |
setNoShieldedSum(Integer NoShieldedSum)
Set 策略组绑定的未屏蔽实例数
|
void |
setParentGroupId(Integer ParentGroupId)
Set 父策略组id
|
void |
setProjectId(Integer ProjectId)
Set 策略组所属项目id
|
void |
setReceiverInfos(DescribePolicyGroupInfoReceiverInfo[] ReceiverInfos)
Set 用户接收人列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRemark(String Remark)
Set 策略组备注
|
void |
setUpdateTime(Integer UpdateTime)
Set 最后修改时间
|
void |
setUseSum(Integer UseSum)
Set 策略组绑定的实例数
|
void |
setViewName(String ViewName)
Set 策略视图名称
|
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 Integer getGroupId()
public void setGroupId(Integer GroupId)
GroupId
- 策略组idpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName
- 策略组名称public Boolean getIsOpen()
public void setIsOpen(Boolean IsOpen)
IsOpen
- 是否开启public String getViewName()
public void setViewName(String ViewName)
ViewName
- 策略视图名称public String getLastEditUin()
public void setLastEditUin(String LastEditUin)
LastEditUin
- 最近编辑的用户uinpublic Integer getUpdateTime()
public void setUpdateTime(Integer UpdateTime)
UpdateTime
- 最后修改时间public Integer getInsertTime()
public void setInsertTime(Integer InsertTime)
InsertTime
- 创建时间public Integer getUseSum()
public void setUseSum(Integer UseSum)
UseSum
- 策略组绑定的实例数public Integer getNoShieldedSum()
public void setNoShieldedSum(Integer NoShieldedSum)
NoShieldedSum
- 策略组绑定的未屏蔽实例数public Integer getIsDefault()
public void setIsDefault(Integer IsDefault)
IsDefault
- 是否为默认策略,0表示非默认策略,1表示默认策略public Boolean getCanSetDefault()
public void setCanSetDefault(Boolean CanSetDefault)
CanSetDefault
- 是否可以设置成默认策略public Integer getParentGroupId()
public void setParentGroupId(Integer ParentGroupId)
ParentGroupId
- 父策略组idpublic String getRemark()
public void setRemark(String Remark)
Remark
- 策略组备注public Integer getProjectId()
public void setProjectId(Integer ProjectId)
ProjectId
- 策略组所属项目idpublic DescribePolicyGroupInfoCondition[] getConditions()
public void setConditions(DescribePolicyGroupInfoCondition[] Conditions)
Conditions
- 阈值规则列表
注意:此字段可能返回 null,表示取不到有效值。public DescribePolicyGroupInfoEventCondition[] getEventConditions()
public void setEventConditions(DescribePolicyGroupInfoEventCondition[] EventConditions)
EventConditions
- 产品事件规则列表
注意:此字段可能返回 null,表示取不到有效值。public DescribePolicyGroupInfoReceiverInfo[] getReceiverInfos()
public void setReceiverInfos(DescribePolicyGroupInfoReceiverInfo[] ReceiverInfos)
ReceiverInfos
- 用户接收人列表
注意:此字段可能返回 null,表示取不到有效值。public DescribePolicyGroupInfoConditionTpl getConditionsTemp()
public void setConditionsTemp(DescribePolicyGroupInfoConditionTpl ConditionsTemp)
ConditionsTemp
- 模板策略组
注意:此字段可能返回 null,表示取不到有效值。public DescribePolicyGroupListGroupInstanceGroup getInstanceGroup()
public void setInstanceGroup(DescribePolicyGroupListGroupInstanceGroup InstanceGroup)
InstanceGroup
- 策略组绑定的实例组信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2020. All rights reserved.