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