public class SearchClsLogRequest extends AbstractModel
Constructor and Description |
---|
SearchClsLogRequest() |
SearchClsLogRequest(SearchClsLogRequest 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 |
getChannel()
Get 接入渠道,默认值为cdn
|
String |
getContext()
Get 加载更多使用,透传上次返回的 context 值,获取后续的日志内容,通过游标最多可获取10000条,请尽可能缩小时间范围
|
String |
getEndTime()
Get 需要查询的日志的结束时间,格式 YYYY-mm-dd HH:MM:SS
|
Long |
getLimit()
Get 单次要返回的日志条数,单次返回的最大条数为100
|
String |
getLogsetId()
Get 需要查询的日志集ID
|
String |
getQuery()
Get 需要查询的内容,详情请参考https://cloud.tencent.com/document/product/614/16982
|
String |
getSort()
Get 按日志时间排序, asc(升序)或者 desc(降序),默认为 desc
|
String |
getStartTime()
Get 需要查询的日志的起始时间,格式 YYYY-mm-dd HH:MM:SS
|
String |
getTopicIds()
Get 需要查询的日志主题ID组合,以逗号分隔
|
void |
setChannel(String Channel)
Set 接入渠道,默认值为cdn
|
void |
setContext(String Context)
Set 加载更多使用,透传上次返回的 context 值,获取后续的日志内容,通过游标最多可获取10000条,请尽可能缩小时间范围
|
void |
setEndTime(String EndTime)
Set 需要查询的日志的结束时间,格式 YYYY-mm-dd HH:MM:SS
|
void |
setLimit(Long Limit)
Set 单次要返回的日志条数,单次返回的最大条数为100
|
void |
setLogsetId(String LogsetId)
Set 需要查询的日志集ID
|
void |
setQuery(String Query)
Set 需要查询的内容,详情请参考https://cloud.tencent.com/document/product/614/16982
|
void |
setSort(String Sort)
Set 按日志时间排序, asc(升序)或者 desc(降序),默认为 desc
|
void |
setStartTime(String StartTime)
Set 需要查询的日志的起始时间,格式 YYYY-mm-dd HH:MM:SS
|
void |
setTopicIds(String TopicIds)
Set 需要查询的日志主题ID组合,以逗号分隔
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SearchClsLogRequest()
public SearchClsLogRequest(SearchClsLogRequest source)
public String getLogsetId()
public void setLogsetId(String LogsetId)
LogsetId
- 需要查询的日志集IDpublic String getTopicIds()
public void setTopicIds(String TopicIds)
TopicIds
- 需要查询的日志主题ID组合,以逗号分隔public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 需要查询的日志的起始时间,格式 YYYY-mm-dd HH:MM:SSpublic String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 需要查询的日志的结束时间,格式 YYYY-mm-dd HH:MM:SSpublic Long getLimit()
public void setLimit(Long Limit)
Limit
- 单次要返回的日志条数,单次返回的最大条数为100public String getChannel()
public void setChannel(String Channel)
Channel
- 接入渠道,默认值为cdnpublic String getQuery()
public void setQuery(String Query)
Query
- 需要查询的内容,详情请参考https://cloud.tencent.com/document/product/614/16982public String getContext()
public void setContext(String Context)
Context
- 加载更多使用,透传上次返回的 context 值,获取后续的日志内容,通过游标最多可获取10000条,请尽可能缩小时间范围public String getSort()
public void setSort(String Sort)
Sort
- 按日志时间排序, asc(升序)或者 desc(降序),默认为 descCopyright © 2021. All rights reserved.