Uses of Class
org.bitcoin.paymentchannel.Protos.ClientVersion.Builder

Packages that use Protos.ClientVersion.Builder
org.bitcoin.paymentchannel   
 

Uses of Protos.ClientVersion.Builder in org.bitcoin.paymentchannel
 

Methods in org.bitcoin.paymentchannel that return Protos.ClientVersion.Builder
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.clear()
           
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.clearMajor()
          required int32 major = 1;
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.clearMinor()
          optional int32 minor = 2 [default = 0];
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.clearPreviousChannelContractHash()
          optional bytes previous_channel_contract_hash = 3;
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.clone()
           
 Protos.ClientVersion.Builder Protos.TwoWayChannelMessage.Builder.getClientVersionBuilder()
          optional .paymentchannels.ClientVersion client_version = 2;
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.mergeFrom(com.google.protobuf.Message other)
           
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.mergeFrom(Protos.ClientVersion other)
           
static Protos.ClientVersion.Builder Protos.ClientVersion.newBuilder()
           
static Protos.ClientVersion.Builder Protos.ClientVersion.newBuilder(Protos.ClientVersion prototype)
           
 Protos.ClientVersion.Builder Protos.ClientVersion.newBuilderForType()
           
protected  Protos.ClientVersion.Builder Protos.ClientVersion.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.setMajor(int value)
          required int32 major = 1;
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.setMinor(int value)
          optional int32 minor = 2 [default = 0];
 Protos.ClientVersion.Builder Protos.ClientVersion.Builder.setPreviousChannelContractHash(com.google.protobuf.ByteString value)
          optional bytes previous_channel_contract_hash = 3;
 Protos.ClientVersion.Builder Protos.ClientVersion.toBuilder()
           
 

Methods in org.bitcoin.paymentchannel with parameters of type Protos.ClientVersion.Builder
 Protos.TwoWayChannelMessage.Builder Protos.TwoWayChannelMessage.Builder.setClientVersion(Protos.ClientVersion.Builder builderForValue)
          optional .paymentchannels.ClientVersion client_version = 2;
 



Copyright © 2014. All rights reserved.