public class CreateLogExportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
CreateLogExportRequest()  | 
CreateLogExportRequest(CreateLogExportRequest 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 Number of logs exported. 
 | 
Long | 
getEndTime()
Get End time of log export, with a timestamp in milliseconds 
 | 
String | 
getFormat()
Get Data format for exported log. 
 | 
String | 
getQueryString()
Get Retrieval statements for log export, and [SQL statements] are not supported 
 | 
String | 
getSort()
Get Sorting for log export time. 
 | 
Long | 
getStartTime()
Get Start time of log export, with a timestamp in milliseconds 
 | 
void | 
setCount(Long Count)
Set Number of logs exported. 
 | 
void | 
setEndTime(Long EndTime)
Set End time of log export, with a timestamp in milliseconds 
 | 
void | 
setFormat(String Format)
Set Data format for exported log. 
 | 
void | 
setQueryString(String QueryString)
Set Retrieval statements for log export, and [SQL statements] are not supported 
 | 
void | 
setSort(String Sort)
Set Sorting for log export time. 
 | 
void | 
setStartTime(Long StartTime)
Set Start time of log export, with a timestamp in milliseconds 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateLogExportRequest()
public CreateLogExportRequest(CreateLogExportRequest source)
public Long getCount()
public void setCount(Long Count)
Count - Number of logs exported. The maximum value is 50 million.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime - Start time of log export, with a timestamp in millisecondspublic Long getEndTime()
public void setEndTime(Long EndTime)
EndTime - End time of log export, with a timestamp in millisecondspublic String getQueryString()
public void setQueryString(String QueryString)
QueryString - Retrieval statements for log export, and [SQL statements] are not supportedpublic String getSort()
public void setSort(String Sort)
Sort - Sorting for log export time. Valid values are asc and desc, and the default value is desc.public String getFormat()
public void setFormat(String Format)
Format - Data format for exported log. Valid values are json an csv, the default value is json.Copyright © 2025. All rights reserved.