Class ComplianceBenchmarkStandard
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ComplianceBenchmarkStandard
-
public class ComplianceBenchmarkStandard extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ComplianceBenchmarkStandard()ComplianceBenchmarkStandard(ComplianceBenchmarkStandard 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 标准的描述BooleangetEnabled()Get 是否启用此标准StringgetName()Get 合规标准的名称LonggetPolicyItemCount()Get 合规标准包含的数目LonggetStandardId()Get 合规标准的IDvoidsetDescription(String Description)Set 标准的描述voidsetEnabled(Boolean Enabled)Set 是否启用此标准voidsetName(String Name)Set 合规标准的名称voidsetPolicyItemCount(Long PolicyItemCount)Set 合规标准包含的数目voidsetStandardId(Long StandardId)Set 合规标准的IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ComplianceBenchmarkStandard
public ComplianceBenchmarkStandard()
-
ComplianceBenchmarkStandard
public ComplianceBenchmarkStandard(ComplianceBenchmarkStandard 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.
-
-
Method Detail
-
getStandardId
public Long getStandardId()
Get 合规标准的ID- Returns:
- StandardId 合规标准的ID
-
setStandardId
public void setStandardId(Long StandardId)
Set 合规标准的ID- Parameters:
StandardId- 合规标准的ID
-
getName
public String getName()
Get 合规标准的名称- Returns:
- Name 合规标准的名称
-
setName
public void setName(String Name)
Set 合规标准的名称- Parameters:
Name- 合规标准的名称
-
getPolicyItemCount
public Long getPolicyItemCount()
Get 合规标准包含的数目- Returns:
- PolicyItemCount 合规标准包含的数目
-
setPolicyItemCount
public void setPolicyItemCount(Long PolicyItemCount)
Set 合规标准包含的数目- Parameters:
PolicyItemCount- 合规标准包含的数目
-
getEnabled
public Boolean getEnabled()
Get 是否启用此标准- Returns:
- Enabled 是否启用此标准
-
setEnabled
public void setEnabled(Boolean Enabled)
Set 是否启用此标准- Parameters:
Enabled- 是否启用此标准
-
getDescription
public String getDescription()
Get 标准的描述- Returns:
- Description 标准的描述
-
setDescription
public void setDescription(String Description)
Set 标准的描述- Parameters:
Description- 标准的描述
-
-