Class CreateExportRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.CreateExportRequest
-
public class CreateExportRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateExportRequest()CreateExportRequest(CreateExportRequest 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 LonggetCount()Get 日志导出数量, 最大值5000万StringgetFormat()Get 日志导出数据格式。json,csv,默认为jsonLonggetFrom()Get 日志导出起始时间,毫秒时间戳StringgetOrder()Get 日志导出时间排序。desc,asc,默认为descStringgetQuery()Get 日志导出检索语句,不支持[SQL语句]LonggetTo()Get 日志导出结束时间,毫秒时间戳StringgetTopicId()Get 日志主题IDvoidsetCount(Long Count)Set 日志导出数量, 最大值5000万voidsetFormat(String Format)Set 日志导出数据格式。json,csv,默认为jsonvoidsetFrom(Long From)Set 日志导出起始时间,毫秒时间戳voidsetOrder(String Order)Set 日志导出时间排序。desc,asc,默认为descvoidsetQuery(String Query)Set 日志导出检索语句,不支持[SQL语句]voidsetTo(Long To)Set 日志导出结束时间,毫秒时间戳voidsetTopicId(String TopicId)Set 日志主题IDvoidtoMap(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
-
CreateExportRequest
public CreateExportRequest()
-
CreateExportRequest
public CreateExportRequest(CreateExportRequest 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
-
getCount
public Long getCount()
Get 日志导出数量, 最大值5000万- Returns:
- Count 日志导出数量, 最大值5000万
-
setCount
public void setCount(Long Count)
Set 日志导出数量, 最大值5000万- Parameters:
Count- 日志导出数量, 最大值5000万
-
setQuery
public void setQuery(String Query)
Set 日志导出检索语句,不支持[SQL语句]- Parameters:
Query- 日志导出检索语句,不支持[SQL语句]
-
getFrom
public Long getFrom()
Get 日志导出起始时间,毫秒时间戳- Returns:
- From 日志导出起始时间,毫秒时间戳
-
setFrom
public void setFrom(Long From)
Set 日志导出起始时间,毫秒时间戳- Parameters:
From- 日志导出起始时间,毫秒时间戳
-
getTo
public Long getTo()
Get 日志导出结束时间,毫秒时间戳- Returns:
- To 日志导出结束时间,毫秒时间戳
-
setTo
public void setTo(Long To)
Set 日志导出结束时间,毫秒时间戳- Parameters:
To- 日志导出结束时间,毫秒时间戳
-
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
-
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
-
-