public class FetchMessageListByTimestampRequest extends AbstractModel
Constructor and Description |
---|
FetchMessageListByTimestampRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get Instance ID.
|
Long |
getPartition()
Get Partition ID.
|
Long |
getSinglePartitionRecordNumber()
Get Maximum number of records that can be queried.
|
Long |
getStartTime()
Get Query start time.
|
String |
getTopic()
Get Topic name.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setPartition(Long Partition)
Set Partition ID.
|
void |
setSinglePartitionRecordNumber(Long SinglePartitionRecordNumber)
Set Maximum number of records that can be queried.
|
void |
setStartTime(Long StartTime)
Set Query start time.
|
void |
setTopic(String Topic)
Set Topic name.
|
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.public String getTopic()
public void setTopic(String Topic)
Topic
- Topic name.public Long getPartition()
public void setPartition(Long Partition)
Partition
- Partition ID.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Query start time. It is a 13-digit timestamp.public Long getSinglePartitionRecordNumber()
public void setSinglePartitionRecordNumber(Long SinglePartitionRecordNumber)
SinglePartitionRecordNumber
- Maximum number of records that can be queried. Default value: 20.Copyright © 2020. All rights reserved.