org.bitcoin.protocols.payments
Class Protos.PaymentACK.Builder

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite.Builder<BuilderType>
      extended by com.google.protobuf.AbstractMessage.Builder<BuilderType>
          extended by com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>
              extended by org.bitcoin.protocols.payments.Protos.PaymentACK.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, Protos.PaymentACKOrBuilder
Enclosing class:
Protos.PaymentACK

public static final class Protos.PaymentACK.Builder
extends com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>
implements Protos.PaymentACKOrBuilder

Protobuf type payments.PaymentACK


Method Summary
 Protos.PaymentACK build()
           
 Protos.PaymentACK buildPartial()
           
 Protos.PaymentACK.Builder clear()
           
 Protos.PaymentACK.Builder clearMemo()
          optional string memo = 2;
 Protos.PaymentACK.Builder clearPayment()
          required .payments.Payment payment = 1;
 Protos.PaymentACK.Builder clone()
           
 Protos.PaymentACK getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
 String getMemo()
          optional string memo = 2;
 com.google.protobuf.ByteString getMemoBytes()
          optional string memo = 2;
 Protos.Payment getPayment()
          required .payments.Payment payment = 1;
 Protos.Payment.Builder getPaymentBuilder()
          required .payments.Payment payment = 1;
 Protos.PaymentOrBuilder getPaymentOrBuilder()
          required .payments.Payment payment = 1;
 boolean hasMemo()
          optional string memo = 2;
 boolean hasPayment()
          required .payments.Payment payment = 1;
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 Protos.PaymentACK.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Protos.PaymentACK.Builder mergeFrom(com.google.protobuf.Message other)
           
 Protos.PaymentACK.Builder mergeFrom(Protos.PaymentACK other)
           
 Protos.PaymentACK.Builder mergePayment(Protos.Payment value)
          required .payments.Payment payment = 1;
 Protos.PaymentACK.Builder setMemo(String value)
          optional string memo = 2;
 Protos.PaymentACK.Builder setMemoBytes(com.google.protobuf.ByteString value)
          optional string memo = 2;
 Protos.PaymentACK.Builder setPayment(Protos.Payment.Builder builderForValue)
          required .payments.Payment payment = 1;
 Protos.PaymentACK.Builder setPayment(Protos.Payment value)
          required .payments.Payment payment = 1;
 
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
 
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
 
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, newUninitializedMessageException
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 

Method Detail

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>

clear

public Protos.PaymentACK.Builder clear()
Specified by:
clear in interface com.google.protobuf.Message.Builder
Specified by:
clear in interface com.google.protobuf.MessageLite.Builder
Overrides:
clear in class com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>

clone

public Protos.PaymentACK.Builder clone()
Specified by:
clone in interface com.google.protobuf.Message.Builder
Specified by:
clone in interface com.google.protobuf.MessageLite.Builder
Overrides:
clone in class com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>

getDescriptorForType

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
Specified by:
getDescriptorForType in interface com.google.protobuf.Message.Builder
Specified by:
getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
Overrides:
getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>

getDefaultInstanceForType

public Protos.PaymentACK getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

public Protos.PaymentACK build()
Specified by:
build in interface com.google.protobuf.Message.Builder
Specified by:
build in interface com.google.protobuf.MessageLite.Builder

buildPartial

public Protos.PaymentACK buildPartial()
Specified by:
buildPartial in interface com.google.protobuf.Message.Builder
Specified by:
buildPartial in interface com.google.protobuf.MessageLite.Builder

mergeFrom

public Protos.PaymentACK.Builder mergeFrom(com.google.protobuf.Message other)
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protos.PaymentACK.Builder>

mergeFrom

public Protos.PaymentACK.Builder mergeFrom(Protos.PaymentACK other)

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Protos.PaymentACK.Builder>

mergeFrom

public Protos.PaymentACK.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                    throws IOException
Specified by:
mergeFrom in interface com.google.protobuf.Message.Builder
Specified by:
mergeFrom in interface com.google.protobuf.MessageLite.Builder
Overrides:
mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protos.PaymentACK.Builder>
Throws:
IOException

hasPayment

public boolean hasPayment()
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 

Specified by:
hasPayment in interface Protos.PaymentACKOrBuilder

getPayment

public Protos.Payment getPayment()
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 

Specified by:
getPayment in interface Protos.PaymentACKOrBuilder

setPayment

public Protos.PaymentACK.Builder setPayment(Protos.Payment value)
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 


setPayment

public Protos.PaymentACK.Builder setPayment(Protos.Payment.Builder builderForValue)
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 


mergePayment

public Protos.PaymentACK.Builder mergePayment(Protos.Payment value)
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 


clearPayment

public Protos.PaymentACK.Builder clearPayment()
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 


getPaymentBuilder

public Protos.Payment.Builder getPaymentBuilder()
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 


getPaymentOrBuilder

public Protos.PaymentOrBuilder getPaymentOrBuilder()
required .payments.Payment payment = 1;
 Payment message that triggered this ACK
 

Specified by:
getPaymentOrBuilder in interface Protos.PaymentACKOrBuilder

hasMemo

public boolean hasMemo()
optional string memo = 2;
 human-readable message for customer
 

Specified by:
hasMemo in interface Protos.PaymentACKOrBuilder

getMemo

public String getMemo()
optional string memo = 2;
 human-readable message for customer
 

Specified by:
getMemo in interface Protos.PaymentACKOrBuilder

getMemoBytes

public com.google.protobuf.ByteString getMemoBytes()
optional string memo = 2;
 human-readable message for customer
 

Specified by:
getMemoBytes in interface Protos.PaymentACKOrBuilder

setMemo

public Protos.PaymentACK.Builder setMemo(String value)
optional string memo = 2;
 human-readable message for customer
 


clearMemo

public Protos.PaymentACK.Builder clearMemo()
optional string memo = 2;
 human-readable message for customer
 


setMemoBytes

public Protos.PaymentACK.Builder setMemoBytes(com.google.protobuf.ByteString value)
optional string memo = 2;
 human-readable message for customer
 



Copyright © 2014. All rights reserved.