public static final class ListenForPaymentDataThenSettle.Data.Builder extends <any> implements ListenForPaymentDataThenSettle.DataOrBuilder
ListenForPaymentDataThenSettle.Data| Modifier and Type | Method and Description |
|---|---|
ListenForPaymentDataThenSettle.Data |
build() |
ListenForPaymentDataThenSettle.Data |
buildPartial() |
ListenForPaymentDataThenSettle.Data.Builder |
clear() |
ListenForPaymentDataThenSettle.Data.Builder |
clearCents()
optional uint32 cents = 3 [default = 0]; |
ListenForPaymentDataThenSettle.Data.Builder |
clearDollars()
required uint32 dollars = 2; |
ListenForPaymentDataThenSettle.Data.Builder |
clone() |
int |
getCents()
optional uint32 cents = 3 [default = 0]; |
ListenForPaymentDataThenSettle.Data |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getDollars()
required uint32 dollars = 2; |
boolean |
hasCents()
optional uint32 cents = 3 [default = 0]; |
boolean |
hasDollars()
required uint32 dollars = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListenForPaymentDataThenSettle.Data.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListenForPaymentDataThenSettle.Data.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListenForPaymentDataThenSettle.Data.Builder |
setCents(int value)
optional uint32 cents = 3 [default = 0]; |
ListenForPaymentDataThenSettle.Data.Builder |
setDollars(int value)
required uint32 dollars = 2; |
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public ListenForPaymentDataThenSettle.Data.Builder clear()
public ListenForPaymentDataThenSettle.Data.Builder clone()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public ListenForPaymentDataThenSettle.Data getDefaultInstanceForType()
public ListenForPaymentDataThenSettle.Data build()
public ListenForPaymentDataThenSettle.Data buildPartial()
public ListenForPaymentDataThenSettle.Data.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public ListenForPaymentDataThenSettle.Data.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic 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 ListenForPaymentDataThenSettle.Data.Builder setDollars(int value)
required uint32 dollars = 2;
number of dollars to charge, the X in $X.Y
public ListenForPaymentDataThenSettle.Data.Builder clearDollars()
required uint32 dollars = 2;
number of dollars to charge, the X in $X.Y
public 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 ListenForPaymentDataThenSettle.Data.Builder setCents(int value)
optional uint32 cents = 3 [default = 0];
number of cents to charge, the Y in $X.Y
public ListenForPaymentDataThenSettle.Data.Builder clearCents()
optional uint32 cents = 3 [default = 0];
number of cents to charge, the Y in $X.Y