public class DescribeStreamResponse extends Response
| 构造器和说明 |
|---|
DescribeStreamResponse() |
DescribeStreamResponse(Response meta) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreationTime()
Get the creation time of the Stream, in microseconds.
|
int |
getExpirationTime()
Get the expiration time of the Stream, in hours.
|
String |
getNextShardId()
Get the NextShardId parameter
|
List<StreamShard> |
getShards()
Get the list of Shards
|
StreamStatus |
getStatus()
Get the status of the Stream
|
String |
getStreamId()
Get the Id of the Stream
|
String |
getTableName()
Get the name of the table
|
boolean |
isTimeseriesDataTable() |
void |
setCreationTime(long creationTime) |
void |
setExpirationTime(int expirationTime) |
void |
setNextShardId(String nextShardId) |
void |
setShards(List<StreamShard> shards) |
void |
setStatus(StreamStatus status) |
void |
setStreamId(String streamId) |
void |
setTableName(String tableName) |
void |
setTimeseriesDataTable(boolean timeseriesDataTable) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic DescribeStreamResponse()
public DescribeStreamResponse(Response meta)
public String getStreamId()
public void setStreamId(String streamId)
public String getTableName()
public void setTableName(String tableName)
public List<StreamShard> getShards()
public void setShards(List<StreamShard> shards)
public String getNextShardId()
public void setNextShardId(String nextShardId)
public StreamStatus getStatus()
public void setStatus(StreamStatus status)
public int getExpirationTime()
public void setExpirationTime(int expirationTime)
public long getCreationTime()
public void setCreationTime(long creationTime)
public boolean isTimeseriesDataTable()
public void setTimeseriesDataTable(boolean timeseriesDataTable)
Copyright © 2025. All Rights Reserved.