Class ExportInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.ExportInfo
-
public class ExportInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExportInfo()ExportInfo(ExportInfo 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 StringgetCosPath()Get 日志导出路径LonggetCount()Get 日志导出数量StringgetCreateTime()Get 日志导出创建时间StringgetExportId()Get 日志导出任务IDStringgetFileName()Get 日志导出文件名LonggetFileSize()Get 日志文件大小StringgetFormat()Get 日志导出格式LonggetFrom()Get 日志导出起始时间StringgetOrder()Get 日志导出时间排序StringgetQuery()Get 日志导出查询语句StringgetStatus()Get 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中LonggetSyntaxRule()Get 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法。LonggetTo()Get 日志导出结束时间StringgetTopicId()Get 日志主题IDvoidsetCosPath(String CosPath)Set 日志导出路径voidsetCount(Long Count)Set 日志导出数量voidsetCreateTime(String CreateTime)Set 日志导出创建时间voidsetExportId(String ExportId)Set 日志导出任务IDvoidsetFileName(String FileName)Set 日志导出文件名voidsetFileSize(Long FileSize)Set 日志文件大小voidsetFormat(String Format)Set 日志导出格式voidsetFrom(Long From)Set 日志导出起始时间voidsetOrder(String Order)Set 日志导出时间排序voidsetQuery(String Query)Set 日志导出查询语句voidsetStatus(String Status)Set 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中voidsetSyntaxRule(Long SyntaxRule)Set 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法。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
-
ExportInfo
public ExportInfo()
-
ExportInfo
public ExportInfo(ExportInfo 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
-
getExportId
public String getExportId()
Get 日志导出任务ID- Returns:
- ExportId 日志导出任务ID
-
setExportId
public void setExportId(String ExportId)
Set 日志导出任务ID- Parameters:
ExportId- 日志导出任务ID
-
getQuery
public String getQuery()
Get 日志导出查询语句- Returns:
- Query 日志导出查询语句
-
setQuery
public void setQuery(String Query)
Set 日志导出查询语句- Parameters:
Query- 日志导出查询语句
-
getFileName
public String getFileName()
Get 日志导出文件名- Returns:
- FileName 日志导出文件名
-
setFileName
public void setFileName(String FileName)
Set 日志导出文件名- Parameters:
FileName- 日志导出文件名
-
getFileSize
public Long getFileSize()
Get 日志文件大小- Returns:
- FileSize 日志文件大小
-
setFileSize
public void setFileSize(Long FileSize)
Set 日志文件大小- Parameters:
FileSize- 日志文件大小
-
getOrder
public String getOrder()
Get 日志导出时间排序- Returns:
- Order 日志导出时间排序
-
setOrder
public void setOrder(String Order)
Set 日志导出时间排序- Parameters:
Order- 日志导出时间排序
-
getFormat
public String getFormat()
Get 日志导出格式- Returns:
- Format 日志导出格式
-
setFormat
public void setFormat(String Format)
Set 日志导出格式- Parameters:
Format- 日志导出格式
-
getCount
public Long getCount()
Get 日志导出数量- Returns:
- Count 日志导出数量
-
setCount
public void setCount(Long Count)
Set 日志导出数量- Parameters:
Count- 日志导出数量
-
getStatus
public String getStatus()
Get 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中- Returns:
- Status 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
-
setStatus
public void setStatus(String Status)
Set 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中- Parameters:
Status- 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
-
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- 日志导出结束时间
-
getCosPath
public String getCosPath()
Get 日志导出路径- Returns:
- CosPath 日志导出路径
-
setCosPath
public void setCosPath(String CosPath)
Set 日志导出路径- Parameters:
CosPath- 日志导出路径
-
getCreateTime
public String getCreateTime()
Get 日志导出创建时间- Returns:
- CreateTime 日志导出创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 日志导出创建时间- Parameters:
CreateTime- 日志导出创建时间
-
getSyntaxRule
public Long getSyntaxRule()
Get 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法。- Returns:
- SyntaxRule 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法。
-
setSyntaxRule
public void setSyntaxRule(Long SyntaxRule)
Set 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法。- Parameters:
SyntaxRule- 语法规则。 默认值为0。 0:Lucene语法,1:CQL语法。
-
-