public class DescribeSecLogJoinObjectListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecLogJoinObjectListRequest() |
DescribeSecLogJoinObjectListRequest(DescribeSecLogJoinObjectListRequest 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 |
getBy()
Get 排序字段
|
RunTimeFilters[] |
getFilters()
Get 过滤条件。
Status- String - 是否必填:否 - 主机状态
HostIP- String - 是否必填:否 - 主机内网IP
PublicIP- String - 是否必填:否 - 主机外网IP
HostName- String - 是否必填:否 - 主机名称
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100
|
String |
getLogType()
Get 日志类型
bash: "container_bash",
启动: "container_launch",
"k8s": "k8s_api"
|
Long |
getOffset()
Get 偏移量,默认为0。
|
String |
getOrder()
Get 排序方式
|
void |
setBy(String By)
Set 排序字段
|
void |
setFilters(RunTimeFilters[] Filters)
Set 过滤条件。
Status- String - 是否必填:否 - 主机状态
HostIP- String - 是否必填:否 - 主机内网IP
PublicIP- String - 是否必填:否 - 主机外网IP
HostName- String - 是否必填:否 - 主机名称
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100
|
void |
setLogType(String LogType)
Set 日志类型
bash: "container_bash",
启动: "container_launch",
"k8s": "k8s_api"
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setOrder(String Order)
Set 排序方式
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeSecLogJoinObjectListRequest()
public DescribeSecLogJoinObjectListRequest(DescribeSecLogJoinObjectListRequest source)
public String getLogType()
public void setLogType(String LogType)
LogType
- 日志类型
bash: "container_bash",
启动: "container_launch",
"k8s": "k8s_api"public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public RunTimeFilters[] getFilters()
public void setFilters(RunTimeFilters[] Filters)
Filters
- 过滤条件。
public String getBy()
public void setBy(String By)
By
- 排序字段public String getOrder()
public void setOrder(String Order)
Order
- 排序方式Copyright © 2024. All rights reserved.