com.google.bitcoin.protocols.channels
Class ClientState.StoredClientPaymentChannels.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<ClientState.StoredClientPaymentChannels.Builder>
              extended by com.google.bitcoin.protocols.channels.ClientState.StoredClientPaymentChannels.Builder
All Implemented Interfaces:
ClientState.StoredClientPaymentChannelsOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
ClientState.StoredClientPaymentChannels

public static final class ClientState.StoredClientPaymentChannels.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ClientState.StoredClientPaymentChannels.Builder>
implements ClientState.StoredClientPaymentChannelsOrBuilder

Protobuf type paymentchannels.StoredClientPaymentChannels

 A set of StoredPaymentChannel's
 


Method Summary
 ClientState.StoredClientPaymentChannels.Builder addAllChannels(Iterable<? extends ClientState.StoredClientPaymentChannel> values)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder addChannels(ClientState.StoredClientPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder addChannels(ClientState.StoredClientPaymentChannel value)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder addChannels(int index, ClientState.StoredClientPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder addChannels(int index, ClientState.StoredClientPaymentChannel value)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannel.Builder addChannelsBuilder()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannel.Builder addChannelsBuilder(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels build()
           
 ClientState.StoredClientPaymentChannels buildPartial()
           
 ClientState.StoredClientPaymentChannels.Builder clear()
           
 ClientState.StoredClientPaymentChannels.Builder clearChannels()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder clone()
           
 ClientState.StoredClientPaymentChannel getChannels(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannel.Builder getChannelsBuilder(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<ClientState.StoredClientPaymentChannel.Builder> getChannelsBuilderList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 int getChannelsCount()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<ClientState.StoredClientPaymentChannel> getChannelsList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannelOrBuilder getChannelsOrBuilder(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 List<? extends ClientState.StoredClientPaymentChannelOrBuilder> getChannelsOrBuilderList()
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
 ClientState.StoredClientPaymentChannels.Builder mergeFrom(ClientState.StoredClientPaymentChannels other)
           
 ClientState.StoredClientPaymentChannels.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 ClientState.StoredClientPaymentChannels.Builder mergeFrom(com.google.protobuf.Message other)
           
 ClientState.StoredClientPaymentChannels.Builder removeChannels(int index)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder setChannels(int index, ClientState.StoredClientPaymentChannel.Builder builderForValue)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
 ClientState.StoredClientPaymentChannels.Builder setChannels(int index, ClientState.StoredClientPaymentChannel value)
          repeated .paymentchannels.StoredClientPaymentChannel channels = 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<ClientState.StoredClientPaymentChannels.Builder>

clear

public ClientState.StoredClientPaymentChannels.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<ClientState.StoredClientPaymentChannels.Builder>

clone

public ClientState.StoredClientPaymentChannels.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<ClientState.StoredClientPaymentChannels.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<ClientState.StoredClientPaymentChannels.Builder>

getDefaultInstanceForType

public ClientState.StoredClientPaymentChannels getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ClientState.StoredClientPaymentChannels.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<ClientState.StoredClientPaymentChannels.Builder>

mergeFrom

public ClientState.StoredClientPaymentChannels.Builder mergeFrom(ClientState.StoredClientPaymentChannels other)

isInitialized

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

mergeFrom

public ClientState.StoredClientPaymentChannels.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<ClientState.StoredClientPaymentChannels.Builder>
Throws:
IOException

getChannelsList

public List<ClientState.StoredClientPaymentChannel> getChannelsList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;

Specified by:
getChannelsList in interface ClientState.StoredClientPaymentChannelsOrBuilder

getChannelsCount

public int getChannelsCount()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;

Specified by:
getChannelsCount in interface ClientState.StoredClientPaymentChannelsOrBuilder

getChannels

public ClientState.StoredClientPaymentChannel getChannels(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;

Specified by:
getChannels in interface ClientState.StoredClientPaymentChannelsOrBuilder

setChannels

public ClientState.StoredClientPaymentChannels.Builder setChannels(int index,
                                                                   ClientState.StoredClientPaymentChannel value)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


setChannels

public ClientState.StoredClientPaymentChannels.Builder setChannels(int index,
                                                                   ClientState.StoredClientPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


addChannels

public ClientState.StoredClientPaymentChannels.Builder addChannels(ClientState.StoredClientPaymentChannel value)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


addChannels

public ClientState.StoredClientPaymentChannels.Builder addChannels(int index,
                                                                   ClientState.StoredClientPaymentChannel value)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


addChannels

public ClientState.StoredClientPaymentChannels.Builder addChannels(ClientState.StoredClientPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


addChannels

public ClientState.StoredClientPaymentChannels.Builder addChannels(int index,
                                                                   ClientState.StoredClientPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


addAllChannels

public ClientState.StoredClientPaymentChannels.Builder addAllChannels(Iterable<? extends ClientState.StoredClientPaymentChannel> values)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


clearChannels

public ClientState.StoredClientPaymentChannels.Builder clearChannels()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


removeChannels

public ClientState.StoredClientPaymentChannels.Builder removeChannels(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


getChannelsBuilder

public ClientState.StoredClientPaymentChannel.Builder getChannelsBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


getChannelsOrBuilder

public ClientState.StoredClientPaymentChannelOrBuilder getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;

Specified by:
getChannelsOrBuilder in interface ClientState.StoredClientPaymentChannelsOrBuilder

getChannelsOrBuilderList

public List<? extends ClientState.StoredClientPaymentChannelOrBuilder> getChannelsOrBuilderList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;

Specified by:
getChannelsOrBuilderList in interface ClientState.StoredClientPaymentChannelsOrBuilder

addChannelsBuilder

public ClientState.StoredClientPaymentChannel.Builder addChannelsBuilder()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


addChannelsBuilder

public ClientState.StoredClientPaymentChannel.Builder addChannelsBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


getChannelsBuilderList

public List<ClientState.StoredClientPaymentChannel.Builder> getChannelsBuilderList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;



Copyright © 2014. All rights reserved.