public class DescribeAccessFastAnalysisRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAccessFastAnalysisRequest() |
DescribeAccessFastAnalysisRequest(DescribeAccessFastAnalysisRequest 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 |
getCount()
Get 返回的top数,默认返回top5
|
String |
getFieldName()
Get 需要分析统计的字段名
|
Long |
getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位ms
|
String |
getQuery()
Get 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档
|
String |
getSort()
Get 排序字段,升序asc,降序desc,默认降序desc
|
Long |
getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位ms
|
String |
getTopicId()
Deprecated.
|
void |
setCount(Long Count)
Set 返回的top数,默认返回top5
|
void |
setFieldName(String FieldName)
Set 需要分析统计的字段名
|
void |
setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位ms
|
void |
setQuery(String Query)
Set 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档
|
void |
setSort(String Sort)
Set 排序字段,升序asc,降序desc,默认降序desc
|
void |
setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位ms
|
void |
setTopicId(String TopicId)
Deprecated.
|
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 DescribeAccessFastAnalysisRequest()
public DescribeAccessFastAnalysisRequest(DescribeAccessFastAnalysisRequest source)
public Long getFrom()
public void setFrom(Long From)
From
- 要查询的日志的起始时间,Unix时间戳,单位mspublic Long getTo()
public void setTo(Long To)
To
- 要查询的日志的结束时间,Unix时间戳,单位mspublic String getQuery()
public void setQuery(String Query)
Query
- 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 需要分析统计的字段名@Deprecated public String getTopicId()
@Deprecated public void setTopicId(String TopicId)
TopicId
- 客户要查询的日志主题ID,每个客户都有对应的一个主题public String getSort()
public void setSort(String Sort)
Sort
- 排序字段,升序asc,降序desc,默认降序descpublic Long getCount()
public void setCount(Long Count)
Count
- 返回的top数,默认返回top5Copyright © 2024. All rights reserved.