public class DescribeFastAnalysisRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeFastAnalysisRequest() |
DescribeFastAnalysisRequest(DescribeFastAnalysisRequest 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 |
getFieldName()
Get 日志字段名称
|
Long |
getFrom()
Get 起始时间,单位ms
|
String |
getQuery()
Get 查询语句,语句长度最大为4096
|
Long |
getTo()
Get 结束时间,单位ms
|
void |
setFieldName(String FieldName)
Set 日志字段名称
|
void |
setFrom(Long From)
Set 起始时间,单位ms
|
void |
setQuery(String Query)
Set 查询语句,语句长度最大为4096
|
void |
setTo(Long To)
Set 结束时间,单位ms
|
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 DescribeFastAnalysisRequest()
public DescribeFastAnalysisRequest(DescribeFastAnalysisRequest source)
public Long getFrom()
public void setFrom(Long From)
From
- 起始时间,单位mspublic Long getTo()
public void setTo(Long To)
To
- 结束时间,单位mspublic String getQuery()
public void setQuery(String Query)
Query
- 查询语句,语句长度最大为4096public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 日志字段名称Copyright © 2024. All rights reserved.