public class DescribeDBImportRecordsRequest extends AbstractModel
Constructor and Description |
---|
DescribeDBImportRecordsRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get End time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 23:59:59.
|
String |
getInstanceId()
Get Instance ID in the format of cdb-c1nl9rpv.
|
Long |
getLimit()
Get Pagination parameter indicating the number of results to be returned for a single request.
|
Long |
getOffset()
Get Pagination parameter indicating the offset.
|
String |
getStartTime()
Get Start time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 00:00:01.
|
void |
setEndTime(String EndTime)
Set End time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 23:59:59.
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of cdb-c1nl9rpv.
|
void |
setLimit(Long Limit)
Set Pagination parameter indicating the number of results to be returned for a single request.
|
void |
setOffset(Long Offset)
Set Pagination parameter indicating the offset.
|
void |
setStartTime(String StartTime)
Set Start time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 00:00:01.
|
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
- Instance ID in the format of cdb-c1nl9rpv. It is the same as the instance ID displayed on the TencentDB Console page.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 00:00:01.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time in the format of yyyy-MM-dd HH:mm:ss, such as 2016-01-01 23:59:59.public Long getOffset()
public void setOffset(Long Offset)
Offset
- Pagination parameter indicating the offset. Default value: 0.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Pagination parameter indicating the number of results to be returned for a single request. Value range: 1-100. Default value: 20.Copyright © 2020. All rights reserved.