public class DescribeErrorLogDataRequest extends AbstractModel
Constructor and Description |
---|
DescribeErrorLogDataRequest() |
DescribeErrorLogDataRequest(DescribeErrorLogDataRequest 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 |
---|---|
Long |
getEndTime()
Get 结束时间戳。例如 1585142640 。
|
String |
getInstanceId()
Get 实例 ID 。
|
String |
getInstType()
Get 仅在实例为主实例或者灾备实例时生效,可选值:slave,代表拉取从机的日志。
|
String[] |
getKeyWords()
Get 要匹配的关键字列表,最多支持15个关键字。
|
Long |
getLimit()
Get 分页的返回数量,默认为100,最大为400。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
Long |
getStartTime()
Get 开始时间戳。例如 1585142640 。
|
void |
setEndTime(Long EndTime)
Set 结束时间戳。例如 1585142640 。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID 。
|
void |
setInstType(String InstType)
Set 仅在实例为主实例或者灾备实例时生效,可选值:slave,代表拉取从机的日志。
|
void |
setKeyWords(String[] KeyWords)
Set 要匹配的关键字列表,最多支持15个关键字。
|
void |
setLimit(Long Limit)
Set 分页的返回数量,默认为100,最大为400。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
void |
setStartTime(Long StartTime)
Set 开始时间戳。例如 1585142640 。
|
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 DescribeErrorLogDataRequest()
public DescribeErrorLogDataRequest(DescribeErrorLogDataRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID 。public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 开始时间戳。例如 1585142640 。public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束时间戳。例如 1585142640 。public String[] getKeyWords()
public void setKeyWords(String[] KeyWords)
KeyWords
- 要匹配的关键字列表,最多支持15个关键字。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页的返回数量,默认为100,最大为400。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public String getInstType()
public void setInstType(String InstType)
InstType
- 仅在实例为主实例或者灾备实例时生效,可选值:slave,代表拉取从机的日志。Copyright © 2023. All rights reserved.