com.google.bitcoin.protocols.channels
Interface ClientState.StoredClientPaymentChannelsOrBuilder

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

public static interface ClientState.StoredClientPaymentChannelsOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 ClientState.StoredClientPaymentChannel getChannels(int index)
          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;
 
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<ClientState.StoredClientPaymentChannel> getChannelsList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;


getChannels

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


getChannelsCount

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


getChannelsOrBuilderList

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


getChannelsOrBuilder

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



Copyright © 2014. All rights reserved.