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