public static final class ListenForPaymentDataThenSettle.Data extends com.google.protobuf.GeneratedMessage implements ListenForPaymentDataThenSettle.DataOrBuilder
ListenForPaymentDataThenSettle.Data| Modifier and Type | Class and Description |
|---|---|
static class |
ListenForPaymentDataThenSettle.Data.Builder
Protobuf type
ListenForPaymentDataThenSettle.Data |
| Modifier and Type | Field and Description |
|---|---|
static int |
CENTS_FIELD_NUMBER |
static int |
DOLLARS_FIELD_NUMBER |
static <any> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
int |
getCents()
optional uint32 cents = 3 [default = 0]; |
static ListenForPaymentDataThenSettle.Data |
getDefaultInstance() |
ListenForPaymentDataThenSettle.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getDollars()
required uint32 dollars = 2; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCents()
optional uint32 cents = 3 [default = 0]; |
boolean |
hasDollars()
required uint32 dollars = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListenForPaymentDataThenSettle.Data.Builder |
newBuilder() |
static ListenForPaymentDataThenSettle.Data.Builder |
newBuilder(ListenForPaymentDataThenSettle.Data prototype) |
ListenForPaymentDataThenSettle.Data.Builder |
newBuilderForType() |
protected ListenForPaymentDataThenSettle.Data.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ListenForPaymentDataThenSettle.Data |
parseDelimitedFrom(java.io.InputStream input) |
static ListenForPaymentDataThenSettle.Data |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentDataThenSettle.Data |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentDataThenSettle.Data |
parseFrom(com.google.protobuf.ByteString data) |
static ListenForPaymentDataThenSettle.Data |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentDataThenSettle.Data |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListenForPaymentDataThenSettle.Data |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListenForPaymentDataThenSettle.Data |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListenForPaymentDataThenSettle.Data.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int DOLLARS_FIELD_NUMBER
public static final int CENTS_FIELD_NUMBER
public static ListenForPaymentDataThenSettle.Data getDefaultInstance()
public ListenForPaymentDataThenSettle.Data getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasDollars()
required uint32 dollars = 2;
number of dollars to charge, the X in $X.Y
hasDollars in interface ListenForPaymentDataThenSettle.DataOrBuilderpublic int getDollars()
required uint32 dollars = 2;
number of dollars to charge, the X in $X.Y
getDollars in interface ListenForPaymentDataThenSettle.DataOrBuilderpublic boolean hasCents()
optional uint32 cents = 3 [default = 0];
number of cents to charge, the Y in $X.Y
hasCents in interface ListenForPaymentDataThenSettle.DataOrBuilderpublic int getCents()
optional uint32 cents = 3 [default = 0];
number of cents to charge, the Y in $X.Y
getCents in interface ListenForPaymentDataThenSettle.DataOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic static ListenForPaymentDataThenSettle.Data parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenForPaymentDataThenSettle.Data parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenForPaymentDataThenSettle.Data parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListenForPaymentDataThenSettle.Data parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentDataThenSettle.Data parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentDataThenSettle.Data parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentDataThenSettle.Data parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentDataThenSettle.Data parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListenForPaymentDataThenSettle.Data.Builder newBuilder()
public ListenForPaymentDataThenSettle.Data.Builder newBuilderForType()
public static ListenForPaymentDataThenSettle.Data.Builder newBuilder(ListenForPaymentDataThenSettle.Data prototype)
public ListenForPaymentDataThenSettle.Data.Builder toBuilder()
protected ListenForPaymentDataThenSettle.Data.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)