public static final class BaseRpc.PageResponse extends com.google.protobuf.GeneratedMessage implements BaseRpc.PageResponseOrBuilder
PageResponse| Modifier and Type | Class and Description |
|---|---|
static class |
BaseRpc.PageResponse.Builder
Protobuf type
PageResponse |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
PAGEMAXSIZE_FIELD_NUMBER |
static int |
PAGENUMBER_FIELD_NUMBER |
static int |
PAGESIZE_FIELD_NUMBER |
static com.google.protobuf.Parser<BaseRpc.PageResponse> |
PARSER |
static int |
SORTORDER_FIELD_NUMBER |
static int |
TOTALPAGES_FIELD_NUMBER |
static int |
TOTALSIZE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static BaseRpc.PageResponse |
getDefaultInstance() |
BaseRpc.PageResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getPageMaxSize()
optional uint32 pageMaxSize = 5; |
int |
getPageNumber()
optional uint32 pageNumber = 3; |
int |
getPageSize()
optional uint32 pageSize = 4; |
com.google.protobuf.Parser<BaseRpc.PageResponse> |
getParserForType() |
int |
getSerializedSize() |
BaseRpc.SortOrder |
getSortOrder()
optional .SortOrder sortOrder = 6; |
BaseRpc.SortOrderOrBuilder |
getSortOrderOrBuilder()
optional .SortOrder sortOrder = 6; |
int |
getTotalPages()
optional uint32 totalPages = 2; |
long |
getTotalSize()
optional uint64 totalSize = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasPageMaxSize()
optional uint32 pageMaxSize = 5; |
boolean |
hasPageNumber()
optional uint32 pageNumber = 3; |
boolean |
hasPageSize()
optional uint32 pageSize = 4; |
boolean |
hasSortOrder()
optional .SortOrder sortOrder = 6; |
boolean |
hasTotalPages()
optional uint32 totalPages = 2; |
boolean |
hasTotalSize()
optional uint64 totalSize = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BaseRpc.PageResponse.Builder |
newBuilder() |
static BaseRpc.PageResponse.Builder |
newBuilder(BaseRpc.PageResponse prototype) |
BaseRpc.PageResponse.Builder |
newBuilderForType() |
protected BaseRpc.PageResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BaseRpc.PageResponse |
parseDelimitedFrom(InputStream input) |
static BaseRpc.PageResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BaseRpc.PageResponse |
parseFrom(byte[] data) |
static BaseRpc.PageResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BaseRpc.PageResponse |
parseFrom(com.google.protobuf.ByteString data) |
static BaseRpc.PageResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BaseRpc.PageResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BaseRpc.PageResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BaseRpc.PageResponse |
parseFrom(InputStream input) |
static BaseRpc.PageResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BaseRpc.PageResponse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<BaseRpc.PageResponse> PARSER
public static final int TOTALSIZE_FIELD_NUMBER
public static final int TOTALPAGES_FIELD_NUMBER
public static final int PAGENUMBER_FIELD_NUMBER
public static final int PAGESIZE_FIELD_NUMBER
public static final int PAGEMAXSIZE_FIELD_NUMBER
public static final int SORTORDER_FIELD_NUMBER
public static BaseRpc.PageResponse getDefaultInstance()
public BaseRpc.PageResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<BaseRpc.PageResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasTotalSize()
optional uint64 totalSize = 1;hasTotalSize in interface BaseRpc.PageResponseOrBuilderpublic long getTotalSize()
optional uint64 totalSize = 1;getTotalSize in interface BaseRpc.PageResponseOrBuilderpublic boolean hasTotalPages()
optional uint32 totalPages = 2;hasTotalPages in interface BaseRpc.PageResponseOrBuilderpublic int getTotalPages()
optional uint32 totalPages = 2;getTotalPages in interface BaseRpc.PageResponseOrBuilderpublic boolean hasPageNumber()
optional uint32 pageNumber = 3;hasPageNumber in interface BaseRpc.PageResponseOrBuilderpublic int getPageNumber()
optional uint32 pageNumber = 3;getPageNumber in interface BaseRpc.PageResponseOrBuilderpublic boolean hasPageSize()
optional uint32 pageSize = 4;hasPageSize in interface BaseRpc.PageResponseOrBuilderpublic int getPageSize()
optional uint32 pageSize = 4;getPageSize in interface BaseRpc.PageResponseOrBuilderpublic boolean hasPageMaxSize()
optional uint32 pageMaxSize = 5;hasPageMaxSize in interface BaseRpc.PageResponseOrBuilderpublic int getPageMaxSize()
optional uint32 pageMaxSize = 5;getPageMaxSize in interface BaseRpc.PageResponseOrBuilderpublic boolean hasSortOrder()
optional .SortOrder sortOrder = 6;hasSortOrder in interface BaseRpc.PageResponseOrBuilderpublic BaseRpc.SortOrder getSortOrder()
optional .SortOrder sortOrder = 6;getSortOrder in interface BaseRpc.PageResponseOrBuilderpublic BaseRpc.SortOrderOrBuilder getSortOrderOrBuilder()
optional .SortOrder sortOrder = 6;getSortOrderOrBuilder in interface BaseRpc.PageResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static BaseRpc.PageResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BaseRpc.PageResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BaseRpc.PageResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BaseRpc.PageResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BaseRpc.PageResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static BaseRpc.PageResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BaseRpc.PageResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BaseRpc.PageResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BaseRpc.PageResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BaseRpc.PageResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BaseRpc.PageResponse.Builder newBuilder()
public BaseRpc.PageResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BaseRpc.PageResponse.Builder newBuilder(BaseRpc.PageResponse prototype)
public BaseRpc.PageResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BaseRpc.PageResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2020. All rights reserved.