public class DescribeTablesRequest extends AbstractModel
Constructor and Description |
---|
DescribeTablesRequest() |
DescribeTablesRequest(DescribeTablesRequest 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 |
getDatabase()
Get Database name.
|
String |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv.
|
Long |
getLimit()
Get Number of results to be returned for a single request.
|
Long |
getOffset()
Get Record offset.
|
String |
getTableRegexp()
Get Regular expression for matching table names, which complies with the rules at MySQL's official website
|
void |
setDatabase(String Database)
Set Database name.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv.
|
void |
setLimit(Long Limit)
Set Number of results to be returned for a single request.
|
void |
setOffset(Long Offset)
Set Record offset.
|
void |
setTableRegexp(String TableRegexp)
Set Regular expression for matching table names, which complies with the rules at MySQL's official website
|
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 DescribeTablesRequest()
public DescribeTablesRequest(DescribeTablesRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page.public String getDatabase()
public void setDatabase(String Database)
Database
- Database name.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Record offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of results to be returned for a single request. Default value: 20. Maximum value: 2,000.public String getTableRegexp()
public void setTableRegexp(String TableRegexp)
TableRegexp
- Regular expression for matching table names, which complies with the rules at MySQL's official websiteCopyright © 2023. All rights reserved.