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.clearTimeWindowSecs()
optional uint64 time_window_secs = 4 [default = 86340];
|
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.Builder.setTimeWindowSecs(long value)
optional uint64 time_window_secs = 4 [default = 86340];
|
Protos.ClientVersion.Builder |
Protos.ClientVersion.toBuilder() |