Class CreateAccessExportRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.CreateAccessExportRequest
-
public class CreateAccessExportRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateAccessExportRequest()
CreateAccessExportRequest(CreateAccessExportRequest 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 Long
getCount()
Get 日志导出数量,最大值100wString
getFormat()
Get 日志导出数据格式。json,csv,默认为jsonLong
getFrom()
Get 要查询的日志的起始时间,Unix时间戳,单位msString
getOrder()
Get 日志导出时间排序。desc,asc,默认为descString
getQuery()
Get 日志导出检索语句Long
getTo()
Get 要查询的日志的结束时间,Unix时间戳,单位msString
getTopicId()
Get 客户要查询的日志主题ID,每个客户都有对应的一个主题void
setCount(Long Count)
Set 日志导出数量,最大值100wvoid
setFormat(String Format)
Set 日志导出数据格式。json,csv,默认为jsonvoid
setFrom(Long From)
Set 要查询的日志的起始时间,Unix时间戳,单位msvoid
setOrder(String Order)
Set 日志导出时间排序。desc,asc,默认为descvoid
setQuery(String Query)
Set 日志导出检索语句void
setTo(Long To)
Set 要查询的日志的结束时间,Unix时间戳,单位msvoid
setTopicId(String TopicId)
Set 客户要查询的日志主题ID,每个客户都有对应的一个主题void
toMap(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
-
CreateAccessExportRequest
public CreateAccessExportRequest()
-
CreateAccessExportRequest
public CreateAccessExportRequest(CreateAccessExportRequest 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 日志导出检索语句- Returns:
- Query 日志导出检索语句
-
setQuery
public void setQuery(String Query)
Set 日志导出检索语句- Parameters:
Query
- 日志导出检索语句
-
getCount
public Long getCount()
Get 日志导出数量,最大值100w- Returns:
- Count 日志导出数量,最大值100w
-
setCount
public void setCount(Long Count)
Set 日志导出数量,最大值100w- Parameters:
Count
- 日志导出数量,最大值100w
-
getFormat
public String getFormat()
Get 日志导出数据格式。json,csv,默认为json- Returns:
- Format 日志导出数据格式。json,csv,默认为json
-
setFormat
public void setFormat(String Format)
Set 日志导出数据格式。json,csv,默认为json- Parameters:
Format
- 日志导出数据格式。json,csv,默认为json
-
getOrder
public String getOrder()
Get 日志导出时间排序。desc,asc,默认为desc- Returns:
- Order 日志导出时间排序。desc,asc,默认为desc
-
setOrder
public void setOrder(String Order)
Set 日志导出时间排序。desc,asc,默认为desc- Parameters:
Order
- 日志导出时间排序。desc,asc,默认为desc
-
-