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 Log field name
|
Long |
getFrom()
Get Start time.
|
String |
getQuery()
Get Query statement, up to 4096 in statement length
|
Long |
getTo()
Get End time.
|
void |
setFieldName(String FieldName)
Set Log field name
|
void |
setFrom(Long From)
Set Start time.
|
void |
setQuery(String Query)
Set Query statement, up to 4096 in statement length
|
void |
setTo(Long To)
Set End time.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeFastAnalysisRequest()
public DescribeFastAnalysisRequest(DescribeFastAnalysisRequest source)
public Long getFrom()
public void setFrom(Long From)
From
- Start time. Unit: ms.public Long getTo()
public void setTo(Long To)
To
- End time. Unit: ms.public String getQuery()
public void setQuery(String Query)
Query
- Query statement, up to 4096 in statement lengthpublic String getFieldName()
public void setFieldName(String FieldName)
FieldName
- Log field nameCopyright © 2025. All rights reserved.