public class ComplianceBenchmarkStandardEnable extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnable()
Get Whether to enable the compliance standard
|
Long |
getStandardId()
Get Compliance standard ID
|
void |
setEnable(Boolean Enable)
Set Whether to enable the compliance standard
|
void |
setStandardId(Long StandardId)
Set Compliance standard ID
|
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 ComplianceBenchmarkStandardEnable()
public ComplianceBenchmarkStandardEnable(ComplianceBenchmarkStandardEnable source)
public Long getStandardId()
public void setStandardId(Long StandardId)
StandardId
- Compliance standard IDpublic Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- Whether to enable the compliance standardCopyright © 2023. All rights reserved.