public class CompliancePeriodTask extends AbstractModel
Constructor and Description |
---|
CompliancePeriodTask() |
CompliancePeriodTask(CompliancePeriodTask 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 |
getAssetType()
Get Asset type
`ASSET_CONTAINER`: Container.
|
ComplianceBenchmarkStandard[] |
getBenchmarkStandardSet()
Get List of compliance standards
|
String |
getLastTriggerTime()
Get Last trigger time
Note: This field may return null, indicating that no valid values can be obtained.
|
CompliancePeriodTaskRule |
getPeriodRule()
Get Cycle settings
|
Long |
getPeriodTaskId()
Get Scheduled task ID
|
Long |
getTotalPolicyItemCount()
Get Total number of check items
|
void |
setAssetType(String AssetType)
Set Asset type
`ASSET_CONTAINER`: Container.
|
void |
setBenchmarkStandardSet(ComplianceBenchmarkStandard[] BenchmarkStandardSet)
Set List of compliance standards
|
void |
setLastTriggerTime(String LastTriggerTime)
Set Last trigger time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setPeriodRule(CompliancePeriodTaskRule PeriodRule)
Set Cycle settings
|
void |
setPeriodTaskId(Long PeriodTaskId)
Set Scheduled task ID
|
void |
setTotalPolicyItemCount(Long TotalPolicyItemCount)
Set Total number of check items
|
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 CompliancePeriodTask()
public CompliancePeriodTask(CompliancePeriodTask source)
public Long getPeriodTaskId()
public void setPeriodTaskId(Long PeriodTaskId)
PeriodTaskId
- Scheduled task IDpublic String getAssetType()
public void setAssetType(String AssetType)
AssetType
- Asset type
`ASSET_CONTAINER`: Container.
`ASSET_IMAGE`: Image.
`ASSET_HOST`: Server.
`ASSET_K8S`: K8s asset.public String getLastTriggerTime()
public void setLastTriggerTime(String LastTriggerTime)
LastTriggerTime
- Last trigger time
Note: This field may return null, indicating that no valid values can be obtained.public Long getTotalPolicyItemCount()
public void setTotalPolicyItemCount(Long TotalPolicyItemCount)
TotalPolicyItemCount
- Total number of check itemspublic CompliancePeriodTaskRule getPeriodRule()
public void setPeriodRule(CompliancePeriodTaskRule PeriodRule)
PeriodRule
- Cycle settingspublic ComplianceBenchmarkStandard[] getBenchmarkStandardSet()
public void setBenchmarkStandardSet(ComplianceBenchmarkStandard[] BenchmarkStandardSet)
BenchmarkStandardSet
- List of compliance standardsCopyright © 2023. All rights reserved.