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 获取查询信息结束时间 (s)
|
String |
getInstanceId()
Get 集群ID
|
Long |
getPage()
Get 分页查询时的页号,从1开始
|
Long |
getPageSize()
Get 分页查询时的分页大小,最小1,最大100
|
Long |
getStartTime()
Get 获取查询信息开始时间 (s)
|
void |
setEndTime(Long EndTime)
Set 获取查询信息结束时间 (s)
|
void |
setInstanceId(String InstanceId)
Set 集群ID
|
void |
setPage(Long Page)
Set 分页查询时的页号,从1开始
|
void |
setPageSize(Long PageSize)
Set 分页查询时的分页大小,最小1,最大100
|
void |
setStartTime(Long StartTime)
Set 获取查询信息开始时间 (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 DescribeKyuubiQueryInfoRequest()
public DescribeKyuubiQueryInfoRequest(DescribeKyuubiQueryInfoRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 集群IDpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 获取查询信息开始时间 (s)public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 获取查询信息结束时间 (s)public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页查询时的分页大小,最小1,最大100public Long getPage()
public void setPage(Long Page)
Page
- 分页查询时的页号,从1开始Copyright © 2024. All rights reserved.