public class Stream extends Object implements Jsonizable
| 构造器和说明 |
|---|
Stream() |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCreationTime()
Get the creation time of the Stream, in microseconds.
|
String |
getStreamId()
Get the streamId
|
String |
getTableName()
Get the name of the table it belongs to
|
String |
jsonize() |
void |
jsonize(StringBuilder sb,
String newline) |
void |
setCreationTime(long creationTime)
Set the creation time of the Stream, in microseconds.
|
void |
setStreamId(String streamId)
Set streamId
|
void |
setTableName(String tableName)
Set the table name to which it belongs
|
String |
toString() |
public void setStreamId(String streamId)
streamId - public String getStreamId()
public void setTableName(String tableName)
tableName - public String getTableName()
public void setCreationTime(long creationTime)
creationTime - public long getCreationTime()
public String jsonize()
jsonize 在接口中 Jsonizablepublic void jsonize(StringBuilder sb, String newline)
jsonize 在接口中 JsonizableCopyright © 2025. All Rights Reserved.