com.google.bitcoin.protocols.channels
Interface ServerState.StoredServerPaymentChannelsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ServerState.StoredServerPaymentChannels, ServerState.StoredServerPaymentChannels.Builder
Enclosing class:
ServerState

public static interface ServerState.StoredServerPaymentChannelsOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ServerState.StoredServerPaymentChannel getChannels(int index)
          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;
 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getChannelsList

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


getChannels

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


getChannelsCount

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


getChannelsOrBuilderList

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


getChannelsOrBuilder

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



Copyright © 2014. All rights reserved.