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

public static final class ServerState.StoredServerPaymentChannels.Builder
extends com.google.protobuf.GeneratedMessage.Builder<ServerState.StoredServerPaymentChannels.Builder>
implements ServerState.StoredServerPaymentChannelsOrBuilder

Protobuf type paymentchannels.StoredServerPaymentChannels

 A set of StoredPaymentChannel's
 


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

clear

public ServerState.StoredServerPaymentChannels.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<ServerState.StoredServerPaymentChannels.Builder>

clone

public ServerState.StoredServerPaymentChannels.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<ServerState.StoredServerPaymentChannels.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<ServerState.StoredServerPaymentChannels.Builder>

getDefaultInstanceForType

public ServerState.StoredServerPaymentChannels getDefaultInstanceForType()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

build

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

buildPartial

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

mergeFrom

public ServerState.StoredServerPaymentChannels.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<ServerState.StoredServerPaymentChannels.Builder>

mergeFrom

public ServerState.StoredServerPaymentChannels.Builder mergeFrom(ServerState.StoredServerPaymentChannels other)

isInitialized

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

mergeFrom

public ServerState.StoredServerPaymentChannels.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<ServerState.StoredServerPaymentChannels.Builder>
Throws:
IOException

getChannelsList

public List<ServerState.StoredServerPaymentChannel> getChannelsList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;

Specified by:
getChannelsList in interface ServerState.StoredServerPaymentChannelsOrBuilder

getChannelsCount

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

Specified by:
getChannelsCount in interface ServerState.StoredServerPaymentChannelsOrBuilder

getChannels

public ServerState.StoredServerPaymentChannel getChannels(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;

Specified by:
getChannels in interface ServerState.StoredServerPaymentChannelsOrBuilder

setChannels

public ServerState.StoredServerPaymentChannels.Builder setChannels(int index,
                                                                   ServerState.StoredServerPaymentChannel value)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


setChannels

public ServerState.StoredServerPaymentChannels.Builder setChannels(int index,
                                                                   ServerState.StoredServerPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


addChannels

public ServerState.StoredServerPaymentChannels.Builder addChannels(ServerState.StoredServerPaymentChannel value)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


addChannels

public ServerState.StoredServerPaymentChannels.Builder addChannels(int index,
                                                                   ServerState.StoredServerPaymentChannel value)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


addChannels

public ServerState.StoredServerPaymentChannels.Builder addChannels(ServerState.StoredServerPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


addChannels

public ServerState.StoredServerPaymentChannels.Builder addChannels(int index,
                                                                   ServerState.StoredServerPaymentChannel.Builder builderForValue)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


addAllChannels

public ServerState.StoredServerPaymentChannels.Builder addAllChannels(Iterable<? extends ServerState.StoredServerPaymentChannel> values)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


clearChannels

public ServerState.StoredServerPaymentChannels.Builder clearChannels()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


removeChannels

public ServerState.StoredServerPaymentChannels.Builder removeChannels(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


getChannelsBuilder

public ServerState.StoredServerPaymentChannel.Builder getChannelsBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


getChannelsOrBuilder

public ServerState.StoredServerPaymentChannelOrBuilder getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;

Specified by:
getChannelsOrBuilder in interface ServerState.StoredServerPaymentChannelsOrBuilder

getChannelsOrBuilderList

public List<? extends ServerState.StoredServerPaymentChannelOrBuilder> getChannelsOrBuilderList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;

Specified by:
getChannelsOrBuilderList in interface ServerState.StoredServerPaymentChannelsOrBuilder

addChannelsBuilder

public ServerState.StoredServerPaymentChannel.Builder addChannelsBuilder()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


addChannelsBuilder

public ServerState.StoredServerPaymentChannel.Builder addChannelsBuilder(int index)
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;


getChannelsBuilderList

public List<ServerState.StoredServerPaymentChannel.Builder> getChannelsBuilderList()
repeated .paymentchannels.StoredServerPaymentChannel channels = 1;



Copyright © 2014. All rights reserved.