public class DspaDiscoveryComplianceGroupInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
DspaDiscoveryComplianceGroupInfo() |
DspaDiscoveryComplianceGroupInfo(DspaDiscoveryComplianceGroupInfo 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 |
---|---|
Long |
getComplianceGroupId()
Get 合规组ID
|
DspaDiscoveryComplianceGroupRule[] |
getComplianceGroupRules()
Get 合规组对应的规则项
|
Long |
getComplianceGroupType()
Get 合规组类型;0 默认合规组,1 系统合规组(除默认合规组外), 2 自定义合规组
|
String |
getDescription()
Get 合规组描述信息
|
Boolean |
getDisabled()
Get 是否禁止使用(true,禁止使用,false,可以使用)
|
Boolean |
getIsAlias()
Get 是否别名
|
Long |
getLevelGroupId()
Get 合规组对应的分级组ID
|
String |
getModifyTime()
Get 模版最后修改时间
|
String |
getName()
Get 合规组名称
|
Long |
getStatus()
Get 1代表模版开启,0代表模版关闭
|
void |
setComplianceGroupId(Long ComplianceGroupId)
Set 合规组ID
|
void |
setComplianceGroupRules(DspaDiscoveryComplianceGroupRule[] ComplianceGroupRules)
Set 合规组对应的规则项
|
void |
setComplianceGroupType(Long ComplianceGroupType)
Set 合规组类型;0 默认合规组,1 系统合规组(除默认合规组外), 2 自定义合规组
|
void |
setDescription(String Description)
Set 合规组描述信息
|
void |
setDisabled(Boolean Disabled)
Set 是否禁止使用(true,禁止使用,false,可以使用)
|
void |
setIsAlias(Boolean IsAlias)
Set 是否别名
|
void |
setLevelGroupId(Long LevelGroupId)
Set 合规组对应的分级组ID
|
void |
setModifyTime(String ModifyTime)
Set 模版最后修改时间
|
void |
setName(String Name)
Set 合规组名称
|
void |
setStatus(Long Status)
Set 1代表模版开启,0代表模版关闭
|
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 DspaDiscoveryComplianceGroupInfo()
public DspaDiscoveryComplianceGroupInfo(DspaDiscoveryComplianceGroupInfo source)
public Long getComplianceGroupId()
public void setComplianceGroupId(Long ComplianceGroupId)
ComplianceGroupId
- 合规组IDpublic String getName()
public void setName(String Name)
Name
- 合规组名称public String getDescription()
public void setDescription(String Description)
Description
- 合规组描述信息public Long getComplianceGroupType()
public void setComplianceGroupType(Long ComplianceGroupType)
ComplianceGroupType
- 合规组类型;0 默认合规组,1 系统合规组(除默认合规组外), 2 自定义合规组public DspaDiscoveryComplianceGroupRule[] getComplianceGroupRules()
public void setComplianceGroupRules(DspaDiscoveryComplianceGroupRule[] ComplianceGroupRules)
ComplianceGroupRules
- 合规组对应的规则项public Long getLevelGroupId()
public void setLevelGroupId(Long LevelGroupId)
LevelGroupId
- 合规组对应的分级组IDpublic Boolean getDisabled()
public void setDisabled(Boolean Disabled)
Disabled
- 是否禁止使用(true,禁止使用,false,可以使用)public Boolean getIsAlias()
public void setIsAlias(Boolean IsAlias)
IsAlias
- 是否别名public Long getStatus()
public void setStatus(Long Status)
Status
- 1代表模版开启,0代表模版关闭public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 模版最后修改时间Copyright © 2025. All rights reserved.