public class DescribeBinlogsRequest extends AbstractModel
Constructor and Description |
---|
DescribeBinlogsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
Long |
getLimit()
Get 分页大小,默认值为20,最小值为1,最大值为100。
|
Long |
getOffset()
Get 偏移量,最小值为0。
|
void |
setInstanceId(String InstanceId)
Set 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
|
void |
setLimit(Long Limit)
Set 分页大小,默认值为20,最小值为1,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,最小值为0。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,最小值为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页大小,默认值为20,最小值为1,最大值为100。Copyright © 2020. All rights reserved.