public class DescribeTrinoQueryInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeTrinoQueryInfoRequest() |
DescribeTrinoQueryInfoRequest(DescribeTrinoQueryInfoRequest 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 |
getEndTime()
Get Obtain the end time for querying information (s).
|
String |
getInstanceId()
Get Cluster ID.
|
Long |
getPage()
Get Page number for pagination queries, starting from 1.
|
Long |
getPageSize()
Get Page size for pagination queries.
|
Long |
getStartTime()
Get Obtain the start time for querying information (s).
|
void |
setEndTime(Long EndTime)
Set Obtain the end time for querying information (s).
|
void |
setInstanceId(String InstanceId)
Set Cluster ID.
|
void |
setPage(Long Page)
Set Page number for pagination queries, starting from 1.
|
void |
setPageSize(Long PageSize)
Set Page size for pagination queries.
|
void |
setStartTime(Long StartTime)
Set Obtain the start time for querying information (s).
|
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, toJsonString
public DescribeTrinoQueryInfoRequest()
public DescribeTrinoQueryInfoRequest(DescribeTrinoQueryInfoRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Cluster ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Obtain the start time for querying information (s).public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- Obtain the end time for querying information (s).public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Page size for pagination queries. Minimum value: 1; maximum value: 100.public Long getPage()
public void setPage(Long Page)
Page
- Page number for pagination queries, starting from 1.Copyright © 2025. All rights reserved.