public class DescribeBaselineRuleRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBaselineRuleRequest() |
DescribeBaselineRuleRequest(DescribeBaselineRuleRequest 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 |
---|---|
Long |
getBaselineId()
Get Baseline ID
|
Long[] |
getLevel()
Get Severity level
|
Long |
getLimit()
Get Pagination limit, with the maximum value being 100.
|
Long |
getOffset()
Get Pagination parameter
|
String |
getQuuid()
Get Host QUUID
|
Long |
getStatus()
Get Status
|
String |
getUuid()
Get Host UUID
|
void |
setBaselineId(Long BaselineId)
Set Baseline ID
|
void |
setLevel(Long[] Level)
Set Severity level
|
void |
setLimit(Long Limit)
Set Pagination limit, with the maximum value being 100.
|
void |
setOffset(Long Offset)
Set Pagination parameter
|
void |
setQuuid(String Quuid)
Set Host QUUID
|
void |
setStatus(Long Status)
Set Status
|
void |
setUuid(String Uuid)
Set Host UUID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBaselineRuleRequest()
public DescribeBaselineRuleRequest(DescribeBaselineRuleRequest source)
public Long getBaselineId()
public void setBaselineId(Long BaselineId)
BaselineId
- Baseline IDpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination limit, with the maximum value being 100.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination parameterpublic Long[] getLevel()
public void setLevel(Long[] Level)
Level
- Severity levelpublic Long getStatus()
public void setStatus(Long Status)
Status
- Statuspublic String getQuuid()
public void setQuuid(String Quuid)
Quuid
- Host QUUIDpublic String getUuid()
public void setUuid(String Uuid)
Uuid
- Host UUIDCopyright © 2024. All rights reserved.