public class FetchMessageListByTimestampRequest extends AbstractModel
Constructor and Description |
---|
FetchMessageListByTimestampRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getInstanceId()
Get 实例Id
|
Long |
getPartition()
Get 分区id
|
Long |
getSinglePartitionRecordNumber()
Get 最大查询条数,默认20
|
Long |
getStartTime()
Get 查询开始时间,13位时间戳
|
String |
getTopic()
Get 主题名
|
void |
setInstanceId(String InstanceId)
Set 实例Id
|
void |
setPartition(Long Partition)
Set 分区id
|
void |
setSinglePartitionRecordNumber(Long SinglePartitionRecordNumber)
Set 最大查询条数,默认20
|
void |
setStartTime(Long StartTime)
Set 查询开始时间,13位时间戳
|
void |
setTopic(String Topic)
Set 主题名
|
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
- 实例Idpublic String getTopic()
public void setTopic(String Topic)
Topic
- 主题名public Long getPartition()
public void setPartition(Long Partition)
Partition
- 分区idpublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 查询开始时间,13位时间戳public Long getSinglePartitionRecordNumber()
public void setSinglePartitionRecordNumber(Long SinglePartitionRecordNumber)
SinglePartitionRecordNumber
- 最大查询条数,默认20Copyright © 2020. All rights reserved.