public class DescribeInstanceNodeInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInstanceNodeInfoRequest() |
DescribeInstanceNodeInfoRequest(DescribeInstanceNodeInfoRequest 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 |
getInstanceId()
Get Instance ID, such as tdsql-6ltok4u9
|
Long |
getLimit()
Get The maximum number of results returned at a time.
|
Long |
getOffset()
Get Offset of the returned results.
|
void |
setInstanceId(String InstanceId)
Set Instance ID, such as tdsql-6ltok4u9
|
void |
setLimit(Long Limit)
Set The maximum number of results returned at a time.
|
void |
setOffset(Long Offset)
Set Offset of the returned results.
|
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 DescribeInstanceNodeInfoRequest()
public DescribeInstanceNodeInfoRequest(DescribeInstanceNodeInfoRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID, such as tdsql-6ltok4u9public Long getLimit()
public void setLimit(Long Limit)
Limit
- The maximum number of results returned at a time. By default, there is no upper limit to this value, that is, all results can be returned.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Offset of the returned results. Default value: `0`.Copyright © 2024. All rights reserved.