Class DescribeBaselineListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.DescribeBaselineListRequest
-
public class DescribeBaselineListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeBaselineListRequest()DescribeBaselineListRequest(DescribeBaselineListRequest 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 Filters[]getFilters()Get 过滤条件。 StrategyId- Uint64 - 基线策略id Status - Uint64 - 处理状态1已通过 0未通过 Level - Uint64[] - 处理状态1已通过 0未通过BaselineName BaselineName - String - 基线名称 Quuid- String - 主机quuid Uuid- String - 主机uuidLonggetLimit()Get 分页参数 最大100条LonggetOffset()Get 分页参数voidsetFilters(Filters[] Filters)Set 过滤条件。 StrategyId- Uint64 - 基线策略id Status - Uint64 - 处理状态1已通过 0未通过 Level - Uint64[] - 处理状态1已通过 0未通过BaselineName BaselineName - String - 基线名称 Quuid- String - 主机quuid Uuid- String - 主机uuidvoidsetLimit(Long Limit)Set 分页参数 最大100条voidsetOffset(Long Offset)Set 分页参数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
-
DescribeBaselineListRequest
public DescribeBaselineListRequest()
-
DescribeBaselineListRequest
public DescribeBaselineListRequest(DescribeBaselineListRequest 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
-
getLimit
public Long getLimit()
Get 分页参数 最大100条- Returns:
- Limit 分页参数 最大100条
-
setLimit
public void setLimit(Long Limit)
Set 分页参数 最大100条- Parameters:
Limit- 分页参数 最大100条
-
getOffset
public Long getOffset()
Get 分页参数- Returns:
- Offset 分页参数
-
setOffset
public void setOffset(Long Offset)
Set 分页参数- Parameters:
Offset- 分页参数
-
getFilters
public Filters[] getFilters()
Get 过滤条件。- StrategyId- Uint64 - 基线策略id
- Status - Uint64 - 处理状态1已通过 0未通过
- Level - Uint64[] - 处理状态1已通过 0未通过
BaselineName- BaselineName - String - 基线名称
- Quuid- String - 主机quuid
- Uuid- String - 主机uuid
- Returns:
- Filters 过滤条件。
- StrategyId- Uint64 - 基线策略id
- Status - Uint64 - 处理状态1已通过 0未通过
- Level - Uint64[] - 处理状态1已通过 0未通过
BaselineName- BaselineName - String - 基线名称
- Quuid- String - 主机quuid
- Uuid- String - 主机uuid
-
setFilters
public void setFilters(Filters[] Filters)
Set 过滤条件。- StrategyId- Uint64 - 基线策略id
- Status - Uint64 - 处理状态1已通过 0未通过
- Level - Uint64[] - 处理状态1已通过 0未通过
BaselineName- BaselineName - String - 基线名称
- Quuid- String - 主机quuid
- Uuid- String - 主机uuid
- Parameters:
Filters- 过滤条件。- StrategyId- Uint64 - 基线策略id
- Status - Uint64 - 处理状态1已通过 0未通过
- Level - Uint64[] - 处理状态1已通过 0未通过
BaselineName- BaselineName - String - 基线名称
- Quuid- String - 主机quuid
- Uuid- String - 主机uuid
-
-