Package ai.promoted.proto.delivery
Interface PagingInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PagingInfo,PagingInfo.Builder
public interface PagingInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCursor()string cursor = 2 [json_name = "cursor"];com.google.protobuf.ByteStringgetCursorBytes()string cursor = 2 [json_name = "cursor"];StringgetPagingId()string paging_id = 1 [json_name = "pagingId"];com.google.protobuf.ByteStringgetPagingIdBytes()string paging_id = 1 [json_name = "pagingId"];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPagingId
String getPagingId()
string paging_id = 1 [json_name = "pagingId"];- Returns:
- The pagingId.
-
getPagingIdBytes
com.google.protobuf.ByteString getPagingIdBytes()
string paging_id = 1 [json_name = "pagingId"];- Returns:
- The bytes for pagingId.
-
getCursor
String getCursor()
string cursor = 2 [json_name = "cursor"];- Returns:
- The cursor.
-
getCursorBytes
com.google.protobuf.ByteString getCursorBytes()
string cursor = 2 [json_name = "cursor"];- Returns:
- The bytes for cursor.
-
-