public class ListLogPayloadRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ListLogPayloadRequest() |
ListLogPayloadRequest(ListLogPayloadRequest 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 日志检索上下文
|
String |
getKeywords()
Get 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key比如:RequestID、ProductID、DeviceName等。
一个典型的查询示例:ProductID:ABCDE12345 DeviceName:test publish
|
Long |
getMaxNum()
Get 日志最大条数
|
Long |
getMaxTime()
Get 日志结束时间,毫秒级时间戳
|
Long |
getMinTime()
Get 日志开始时间,毫秒级时间戳
|
void |
setContext(String Context)
Set 日志检索上下文
|
void |
setKeywords(String Keywords)
Set 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key比如:RequestID、ProductID、DeviceName等。
一个典型的查询示例:ProductID:ABCDE12345 DeviceName:test publish
|
void |
setMaxNum(Long MaxNum)
Set 日志最大条数
|
void |
setMaxTime(Long MaxTime)
Set 日志结束时间,毫秒级时间戳
|
void |
setMinTime(Long MinTime)
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 ListLogPayloadRequest()
public ListLogPayloadRequest(ListLogPayloadRequest source)
public Long getMinTime()
public void setMinTime(Long MinTime)
MinTime
- 日志开始时间,毫秒级时间戳public Long getMaxTime()
public void setMaxTime(Long MaxTime)
MaxTime
- 日志结束时间,毫秒级时间戳public String getKeywords()
public void setKeywords(String Keywords)
Keywords
- 查询关键字,可以同时支持键值查询和文本查询,例如,查询某key的值为value,并且包含某word的日志,该参数为:key:value word。键值或文本可以包含多个,以空格隔开。其中可以索引的key比如:RequestID、ProductID、DeviceName等。
一个典型的查询示例:ProductID:ABCDE12345 DeviceName:test publishpublic String getContext()
public void setContext(String Context)
Context
- 日志检索上下文public Long getMaxNum()
public void setMaxNum(Long MaxNum)
MaxNum
- 日志最大条数Copyright © 2024. All rights reserved.