public class ComplianceBenchmarkStandard extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get Description of the standard
|
Boolean |
getEnabled()
Get Whether to enable the standard
|
String |
getName()
Get Compliance standard name
|
Long |
getPolicyItemCount()
Get Number of items contained in the compliance standard
|
Long |
getStandardId()
Get Compliance standard ID
|
void |
setDescription(String Description)
Set Description of the standard
|
void |
setEnabled(Boolean Enabled)
Set Whether to enable the standard
|
void |
setName(String Name)
Set Compliance standard name
|
void |
setPolicyItemCount(Long PolicyItemCount)
Set Number of items contained in 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 ComplianceBenchmarkStandard()
public ComplianceBenchmarkStandard(ComplianceBenchmarkStandard source)
public Long getStandardId()
public void setStandardId(Long StandardId)
StandardId
- Compliance standard IDpublic String getName()
public void setName(String Name)
Name
- Compliance standard namepublic Long getPolicyItemCount()
public void setPolicyItemCount(Long PolicyItemCount)
PolicyItemCount
- Number of items contained in the compliance standardpublic Boolean getEnabled()
public void setEnabled(Boolean Enabled)
Enabled
- Whether to enable the standardpublic String getDescription()
public void setDescription(String Description)
Description
- Description of the standardCopyright © 2023. All rights reserved.