类 LogSearchRequest
- java.lang.Object
-
- xin.manong.weapon.aliyun.log.LogSearchRequest
-
public class LogSearchRequest extends Object
日志搜索请求- 作者:
- frankcl
-
-
构造器概要
构造器 构造器 说明 LogSearchRequest()
-
-
-
字段详细资料
-
DEFAULT_OFFSET
public static final Long DEFAULT_OFFSET
-
DEFAULT_LINES
public static final Long DEFAULT_LINES
-
project
public String project
-
logStore
public String logStore
-
topic
public String topic
-
query
public String query
-
offset
public Long offset
-
lines
public Long lines
-
startTime
public Long startTime
-
stopTime
public Long stopTime
-
reverse
public Boolean reverse
-
-