public class QueryTaskCostDetailRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryTaskCostDetailRequest() |
QueryTaskCostDetailRequest(QueryTaskCostDetailRequest 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 |
---|---|
String |
getDataEngineName()
Get Data engine name, used for selecting
|
String |
getEndTime()
Get End time, and the format is yyyy-mm-dd HH:MM:SS.
|
Filter[] |
getFilters()
Get Filter criteria.
|
Long |
getPageSize()
Get Size of each page
|
String |
getSearchAfter()
Get Identifier on the next page
|
String |
getStartTime()
Get Start time, and the format is yyyy-mm-dd HH:MM:SS.
|
void |
setDataEngineName(String DataEngineName)
Set Data engine name, used for selecting
|
void |
setEndTime(String EndTime)
Set End time, and the format is yyyy-mm-dd HH:MM:SS.
|
void |
setFilters(Filter[] Filters)
Set Filter criteria.
|
void |
setPageSize(Long PageSize)
Set Size of each page
|
void |
setSearchAfter(String SearchAfter)
Set Identifier on the next page
|
void |
setStartTime(String StartTime)
Set Start time, and the format is yyyy-mm-dd HH:MM:SS.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryTaskCostDetailRequest()
public QueryTaskCostDetailRequest(QueryTaskCostDetailRequest source)
public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- Filter criteria. The following filter types are supported. The parameter Name should be one of them. The maximum number of values that can be filtered by task-id is 50. The values that can be filtered by other parameter filters should not be more than 5.
task-id - String - (accurate filtering of task IDs). The example of the value of task-id is e386471f-139a-4e59-877f-50ece8135b99.
task-state - String - (filtering task status); valid values: 0 (initializing), 1 (running), 2 (successful), and -1 (failed).
task-sql-keyword - String - (fuzzy filtering of the keywords of SQL statements); the example of the value is DROP TABLE.
task-operator- string (filtering sub-UIN)public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time, and the format is yyyy-mm-dd HH:MM:SS. It is the current moment 45 days ago by default.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time, and the format is yyyy-mm-dd HH:MM:SS. The time span is longer than 0 day but shorter than or equal to 30 days. Data within the recent 45 days can be queried. It is the current moment by default.public String getDataEngineName()
public void setDataEngineName(String DataEngineName)
DataEngineName
- Data engine name, used for selectingpublic String getSearchAfter()
public void setSearchAfter(String SearchAfter)
SearchAfter
- Identifier on the next pagepublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Size of each pageCopyright © 2024. All rights reserved.