public static final class Model.InvoiceList extends com.google.protobuf.GeneratedMessageLite<Model.InvoiceList,Model.InvoiceList.Builder> implements Model.InvoiceListOrBuilder
kin.agora.common.v3.InvoiceList| Modifier and Type | Class and Description |
|---|---|
static class |
Model.InvoiceList.Builder
Protobuf type
kin.agora.common.v3.InvoiceList |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm| Modifier and Type | Field and Description |
|---|---|
static int |
INVOICES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1) |
static Model.InvoiceList |
getDefaultInstance() |
Model.Invoice |
getInvoices(int index)
repeated .kin.agora.common.v3.Invoice invoices = 1; |
int |
getInvoicesCount()
repeated .kin.agora.common.v3.Invoice invoices = 1; |
java.util.List<Model.Invoice> |
getInvoicesList()
repeated .kin.agora.common.v3.Invoice invoices = 1; |
Model.InvoiceOrBuilder |
getInvoicesOrBuilder(int index)
repeated .kin.agora.common.v3.Invoice invoices = 1; |
java.util.List<? extends Model.InvoiceOrBuilder> |
getInvoicesOrBuilderList()
repeated .kin.agora.common.v3.Invoice invoices = 1; |
static Model.InvoiceList.Builder |
newBuilder() |
static Model.InvoiceList.Builder |
newBuilder(Model.InvoiceList prototype) |
static Model.InvoiceList |
parseDelimitedFrom(java.io.InputStream input) |
static Model.InvoiceList |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.InvoiceList |
parseFrom(byte[] data) |
static Model.InvoiceList |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.InvoiceList |
parseFrom(java.nio.ByteBuffer data) |
static Model.InvoiceList |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.InvoiceList |
parseFrom(com.google.protobuf.ByteString data) |
static Model.InvoiceList |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.InvoiceList |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Model.InvoiceList |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Model.InvoiceList |
parseFrom(java.io.InputStream input) |
static Model.InvoiceList |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Model.InvoiceList> |
parser() |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeToaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int INVOICES_FIELD_NUMBER
public java.util.List<Model.Invoice> getInvoicesList()
repeated .kin.agora.common.v3.Invoice invoices = 1;getInvoicesList in interface Model.InvoiceListOrBuilderpublic java.util.List<? extends Model.InvoiceOrBuilder> getInvoicesOrBuilderList()
repeated .kin.agora.common.v3.Invoice invoices = 1;public int getInvoicesCount()
repeated .kin.agora.common.v3.Invoice invoices = 1;getInvoicesCount in interface Model.InvoiceListOrBuilderpublic Model.Invoice getInvoices(int index)
repeated .kin.agora.common.v3.Invoice invoices = 1;getInvoices in interface Model.InvoiceListOrBuilderpublic Model.InvoiceOrBuilder getInvoicesOrBuilder(int index)
repeated .kin.agora.common.v3.Invoice invoices = 1;public static Model.InvoiceList parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.InvoiceList parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.InvoiceList parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.InvoiceList parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.InvoiceList parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.InvoiceList parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Model.InvoiceList parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Model.InvoiceList parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Model.InvoiceList parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Model.InvoiceList parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Model.InvoiceList parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Model.InvoiceList parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Model.InvoiceList.Builder newBuilder()
public static Model.InvoiceList.Builder newBuilder(Model.InvoiceList prototype)
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0,
java.lang.Object arg1)
dynamicMethod in class com.google.protobuf.GeneratedMessageLite<Model.InvoiceList,Model.InvoiceList.Builder>public static Model.InvoiceList getDefaultInstance()
public static com.google.protobuf.Parser<Model.InvoiceList> parser()