public interface CollectInfo
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
long |
getCreateTime()
Creation time
|
java.lang.String |
getData()
Data that contains a maximum of 20,480 characters
|
java.lang.String |
getExt()
Extension field that can hold 1,024 characters
|
long |
getId()
Get the bookmark ID that is unique and generated by the server side.
|
int |
getType()
Get the bookmark type
|
java.lang.String |
getUniqueId()
Remove duplicate IDs.
|
long |
getUpdateTime()
Get the update time
|
long getId()
int getType()
java.lang.String getData()
java.lang.String getExt()
java.lang.String getUniqueId()
long getCreateTime()
long getUpdateTime()