public class SearchAccessLogRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getContext()
Get 新版本此字段失效,填空字符串,翻页使用Page
|
Long |
getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位ms
|
Long |
getLimit()
Get 单次查询返回的日志条数,最大值为100
|
Long |
getPage()
Get 第几页,从0开始。新版本接口字段
|
String |
getQuery()
Get 查询语句,语句长度最大为4096
|
String |
getSort()
Get 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
Long |
getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位ms
|
String |
getTopicId()
Get 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串
|
void |
setContext(String Context)
Set 新版本此字段失效,填空字符串,翻页使用Page
|
void |
setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位ms
|
void |
setLimit(Long Limit)
Set 单次查询返回的日志条数,最大值为100
|
void |
setPage(Long Page)
Set 第几页,从0开始。新版本接口字段
|
void |
setQuery(String Query)
Set 查询语句,语句长度最大为4096
|
void |
setSort(String Sort)
Set 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
void |
setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位ms
|
void |
setTopicId(String TopicId)
Set 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串
|
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 SearchAccessLogRequest()
public SearchAccessLogRequest(SearchAccessLogRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 客户要查询的日志主题ID,每个客户都有对应的一个主题,新版本此字段填空字符串public Long getFrom()
public void setFrom(Long From)
From
- 要查询的日志的起始时间,Unix时间戳,单位mspublic Long getTo()
public void setTo(Long To)
To
- 要查询的日志的结束时间,Unix时间戳,单位mspublic String getQuery()
public void setQuery(String Query)
Query
- 查询语句,语句长度最大为4096public Long getLimit()
public void setLimit(Long Limit)
Limit
- 单次查询返回的日志条数,最大值为100public String getContext()
public void setContext(String Context)
Context
- 新版本此字段失效,填空字符串,翻页使用Pagepublic String getSort()
public void setSort(String Sort)
Sort
- 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 descpublic Long getPage()
public void setPage(Long Page)
Page
- 第几页,从0开始。新版本接口字段Copyright © 2024. All rights reserved.