Class ComplianceBenchmarkStandardEnable
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ComplianceBenchmarkStandardEnable
-
public class ComplianceBenchmarkStandardEnable extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ComplianceBenchmarkStandardEnable()ComplianceBenchmarkStandardEnable(ComplianceBenchmarkStandardEnable 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 BooleangetEnable()Get 是否启用合规标准LonggetStandardId()Get 合规标准的ID。voidsetEnable(Boolean Enable)Set 是否启用合规标准voidsetStandardId(Long StandardId)Set 合规标准的ID。voidtoMap(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
-
ComplianceBenchmarkStandardEnable
public ComplianceBenchmarkStandardEnable()
-
ComplianceBenchmarkStandardEnable
public ComplianceBenchmarkStandardEnable(ComplianceBenchmarkStandardEnable 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。
-
getEnable
public Boolean getEnable()
Get 是否启用合规标准- Returns:
- Enable 是否启用合规标准
-
setEnable
public void setEnable(Boolean Enable)
Set 是否启用合规标准- Parameters:
Enable- 是否启用合规标准
-
-