Package com.streamlayer.social
Interface SyncResponse.SyncResponseMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
SyncResponse.SyncResponseMetadata,SyncResponse.SyncResponseMetadata.Builder
- Enclosing class:
- SyncResponse
public static interface SyncResponse.SyncResponseMetadataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBefore()64 bit tweet string idcom.google.protobuf.ByteStringgetBeforeBytes()64 bit tweet string idintgetCount()Count of resultsjava.lang.StringgetCursor()string cursor = 3 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 3 [json_name = "cursor"];
-
-
-
Method Detail
-
getCount
int getCount()
Count of results
int32 count = 1 [json_name = "count"];- Returns:
- The count.
-
getBefore
java.lang.String getBefore()
64 bit tweet string id
string before = 2 [json_name = "before"];- Returns:
- The before.
-
getBeforeBytes
com.google.protobuf.ByteString getBeforeBytes()
64 bit tweet string id
string before = 2 [json_name = "before"];- Returns:
- The bytes for before.
-
getCursor
java.lang.String getCursor()
string cursor = 3 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 3 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
-