Class SearchAccessLogRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.SearchAccessLogRequest
-
public class SearchAccessLogRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SearchAccessLogRequest()SearchAccessLogRequest(SearchAccessLogRequest 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 StringgetContext()Get 新版本此字段失效,填空字符串,翻页使用PageLonggetFrom()Get 要查询的日志的起始时间,Unix时间戳,单位msLonggetLimit()Get 单次查询返回的日志条数,最大值为100LonggetPage()Get 第几页,从0开始。新版本接口字段StringgetQuery()Get 查询语句,语句长度最大为4096StringgetSort()Get 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 descLonggetTo()Get 要查询的日志的结束时间,Unix时间戳,单位msStringgetTopicId()Get 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串voidsetContext(String Context)Set 新版本此字段失效,填空字符串,翻页使用PagevoidsetFrom(Long From)Set 要查询的日志的起始时间,Unix时间戳,单位msvoidsetLimit(Long Limit)Set 单次查询返回的日志条数,最大值为100voidsetPage(Long Page)Set 第几页,从0开始。新版本接口字段voidsetQuery(String Query)Set 查询语句,语句长度最大为4096voidsetSort(String Sort)Set 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 descvoidsetTo(Long To)Set 要查询的日志的结束时间,Unix时间戳,单位msvoidsetTopicId(String TopicId)Set 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串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
-
SearchAccessLogRequest
public SearchAccessLogRequest()
-
SearchAccessLogRequest
public SearchAccessLogRequest(SearchAccessLogRequest 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
-
getTopicId
public String getTopicId()
Get 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串- Returns:
- TopicId 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串
-
setTopicId
public void setTopicId(String TopicId)
Set 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串- Parameters:
TopicId- 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串
-
getFrom
public Long getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位ms- Returns:
- From 要查询的日志的起始时间,Unix时间戳,单位ms
-
setFrom
public void setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位ms- Parameters:
From- 要查询的日志的起始时间,Unix时间戳,单位ms
-
getTo
public Long getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位ms- Returns:
- To 要查询的日志的结束时间,Unix时间戳,单位ms
-
setTo
public void setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位ms- Parameters:
To- 要查询的日志的结束时间,Unix时间戳,单位ms
-
getQuery
public String getQuery()
Get 查询语句,语句长度最大为4096- Returns:
- Query 查询语句,语句长度最大为4096
-
setQuery
public void setQuery(String Query)
Set 查询语句,语句长度最大为4096- Parameters:
Query- 查询语句,语句长度最大为4096
-
getLimit
public Long getLimit()
Get 单次查询返回的日志条数,最大值为100- Returns:
- Limit 单次查询返回的日志条数,最大值为100
-
setLimit
public void setLimit(Long Limit)
Set 单次查询返回的日志条数,最大值为100- Parameters:
Limit- 单次查询返回的日志条数,最大值为100
-
getContext
public String getContext()
Get 新版本此字段失效,填空字符串,翻页使用Page- Returns:
- Context 新版本此字段失效,填空字符串,翻页使用Page
-
setContext
public void setContext(String Context)
Set 新版本此字段失效,填空字符串,翻页使用Page- Parameters:
Context- 新版本此字段失效,填空字符串,翻页使用Page
-
getSort
public String getSort()
Get 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc- Returns:
- Sort 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
-
setSort
public void setSort(String Sort)
Set 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc- Parameters:
Sort- 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
-
getPage
public Long getPage()
Get 第几页,从0开始。新版本接口字段- Returns:
- Page 第几页,从0开始。新版本接口字段
-
setPage
public void setPage(Long Page)
Set 第几页,从0开始。新版本接口字段- Parameters:
Page- 第几页,从0开始。新版本接口字段
-
-