Class DescribeInstanceNodeInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mariadb.v20170312.models.DescribeInstanceNodeInfoRequest
-
public class DescribeInstanceNodeInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInstanceId()Get 实例ID,形如tdsql-6ltok4u9LonggetLimit()Get 一次最多返回多少条数据。默认为无穷大,返回符合要求的所有数据LonggetOffset()Get 返回数据的偏移量,默认为0voidsetInstanceId(String InstanceId)Set 实例ID,形如tdsql-6ltok4u9voidsetLimit(Long Limit)Set 一次最多返回多少条数据。默认为无穷大,返回符合要求的所有数据voidsetOffset(Long Offset)Set 返回数据的偏移量,默认为0voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeInstanceNodeInfoRequest
public DescribeInstanceNodeInfoRequest()
-
DescribeInstanceNodeInfoRequest
public 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.
-
-
Method Detail
-
getInstanceId
public String getInstanceId()
Get 实例ID,形如tdsql-6ltok4u9- Returns:
- InstanceId 实例ID,形如tdsql-6ltok4u9
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 实例ID,形如tdsql-6ltok4u9- Parameters:
InstanceId- 实例ID,形如tdsql-6ltok4u9
-
getLimit
public Long getLimit()
Get 一次最多返回多少条数据。默认为无穷大,返回符合要求的所有数据- Returns:
- Limit 一次最多返回多少条数据。默认为无穷大,返回符合要求的所有数据
-
setLimit
public void setLimit(Long Limit)
Set 一次最多返回多少条数据。默认为无穷大,返回符合要求的所有数据- Parameters:
Limit- 一次最多返回多少条数据。默认为无穷大,返回符合要求的所有数据
-
getOffset
public Long getOffset()
Get 返回数据的偏移量,默认为0- Returns:
- Offset 返回数据的偏移量,默认为0
-
setOffset
public void setOffset(Long Offset)
Set 返回数据的偏移量,默认为0- Parameters:
Offset- 返回数据的偏移量,默认为0
-
-