public class CreateExportRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCount()
Get 日志导出数量, 最大值5000万
|
String |
getFormat()
Get 日志导出数据格式。json,csv,默认为json
|
Long |
getFrom()
Get 日志导出起始时间,毫秒时间戳
|
String |
getOrder()
Get 日志导出时间排序。desc,asc,默认为desc
|
String |
getQuery()
Get 日志导出检索语句,不支持[SQL语句]
|
Long |
getTo()
Get 日志导出结束时间,毫秒时间戳
|
String |
getTopicId()
Get 日志主题ID
|
void |
setCount(Long Count)
Set 日志导出数量, 最大值5000万
|
void |
setFormat(String Format)
Set 日志导出数据格式。json,csv,默认为json
|
void |
setFrom(Long From)
Set 日志导出起始时间,毫秒时间戳
|
void |
setOrder(String Order)
Set 日志导出时间排序。desc,asc,默认为desc
|
void |
setQuery(String Query)
Set 日志导出检索语句,不支持[SQL语句]
|
void |
setTo(Long To)
Set 日志导出结束时间,毫秒时间戳
|
void |
setTopicId(String TopicId)
Set 日志主题ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateExportRequest()
public CreateExportRequest(CreateExportRequest source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 日志主题IDpublic Long getCount()
public void setCount(Long Count)
Count
- 日志导出数量, 最大值5000万public void setQuery(String Query)
Query
- 日志导出检索语句,不支持[SQL语句]public Long getFrom()
public void setFrom(Long From)
From
- 日志导出起始时间,毫秒时间戳public Long getTo()
public void setTo(Long To)
To
- 日志导出结束时间,毫秒时间戳public String getOrder()
public void setOrder(String Order)
Order
- 日志导出时间排序。desc,asc,默认为descpublic String getFormat()
public void setFormat(String Format)
Format
- 日志导出数据格式。json,csv,默认为jsonCopyright © 2022. All rights reserved.