public static interface ClientState.StoredClientPaymentChannelsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<ClientState.StoredClientPaymentChannel> getChannelsList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
ClientState.StoredClientPaymentChannel getChannels(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
int getChannelsCount()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
List<? extends ClientState.StoredClientPaymentChannelOrBuilder> getChannelsOrBuilderList()
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
ClientState.StoredClientPaymentChannelOrBuilder getChannelsOrBuilder(int index)
repeated .paymentchannels.StoredClientPaymentChannel channels = 1;
Copyright © 2016. All rights reserved.