Class DescribeAccessFastAnalysisRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeAccessFastAnalysisRequest
-
public class DescribeAccessFastAnalysisRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()Get 需要分析统计的字段名LonggetFrom()Get 要查询的日志的起始时间,Unix时间戳,单位msStringgetQuery()Get 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档LonggetTo()Get 要查询的日志的结束时间,Unix时间戳,单位msStringgetTopicId()Get 客户要查询的日志主题ID,每个客户都有对应的一个主题voidsetFieldName(String FieldName)Set 需要分析统计的字段名voidsetFrom(Long From)Set 要查询的日志的起始时间,Unix时间戳,单位msvoidsetQuery(String Query)Set 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档voidsetTo(Long To)Set 要查询的日志的结束时间,Unix时间戳,单位msvoidsetTopicId(String TopicId)Set 客户要查询的日志主题ID,每个客户都有对应的一个主题voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeAccessFastAnalysisRequest
public DescribeAccessFastAnalysisRequest()
-
DescribeAccessFastAnalysisRequest
public 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.
-
-
Method Detail
-
getTopicId
public String getTopicId()
Get 客户要查询的日志主题ID,每个客户都有对应的一个主题- Returns:
- TopicId 客户要查询的日志主题ID,每个客户都有对应的一个主题
-
setTopicId
public void setTopicId(String TopicId)
Set 客户要查询的日志主题ID,每个客户都有对应的一个主题- Parameters:
TopicId- 客户要查询的日志主题ID,每个客户都有对应的一个主题
-
getFrom
public Long getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位ms- Returns:
- From 要查询的日志的起始时间,Unix时间戳,单位ms
-
setFrom
public void setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位ms- Parameters:
From- 要查询的日志的起始时间,Unix时间戳,单位ms
-
getTo
public Long getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位ms- Returns:
- To 要查询的日志的结束时间,Unix时间戳,单位ms
-
setTo
public void setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位ms- Parameters:
To- 要查询的日志的结束时间,Unix时间戳,单位ms
-
getQuery
public String getQuery()
Get 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档- Returns:
- Query 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档
-
setQuery
public void setQuery(String Query)
Set 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档- Parameters:
Query- 查询语句,语句长度最大为4096,由于本接口是分析接口,如果无过滤条件,必须传 * 表示匹配所有,参考CLS的分析统计语句的文档
-
getFieldName
public String getFieldName()
Get 需要分析统计的字段名- Returns:
- FieldName 需要分析统计的字段名
-
setFieldName
public void setFieldName(String FieldName)
Set 需要分析统计的字段名- Parameters:
FieldName- 需要分析统计的字段名
-
-