Protos.Error.Builder |
Protos.Error.Builder.clear() |
Protos.Error.Builder |
Protos.Error.Builder.clearCode()
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
|
Protos.Error.Builder |
Protos.Error.Builder.clearExpectedValue()
optional uint64 expected_value = 3;
|
Protos.Error.Builder |
Protos.Error.Builder.clearExplanation()
optional string explanation = 2;
|
Protos.Error.Builder |
Protos.Error.Builder.clone() |
Protos.Error.Builder |
Protos.TwoWayChannelMessage.Builder.getErrorBuilder()
optional .paymentchannels.Error error = 10;
|
Protos.Error.Builder |
Protos.Error.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Error.Builder |
Protos.Error.Builder.mergeFrom(com.google.protobuf.Message other) |
Protos.Error.Builder |
Protos.Error.Builder.mergeFrom(Protos.Error other) |
static Protos.Error.Builder |
Protos.Error.newBuilder() |
static Protos.Error.Builder |
Protos.Error.newBuilder(Protos.Error prototype) |
Protos.Error.Builder |
Protos.Error.newBuilderForType() |
protected Protos.Error.Builder |
Protos.Error.newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
Protos.Error.Builder |
Protos.Error.Builder.setCode(Protos.Error.ErrorCode value)
optional .paymentchannels.Error.ErrorCode code = 1 [default = OTHER];
|
Protos.Error.Builder |
Protos.Error.Builder.setExpectedValue(long value)
optional uint64 expected_value = 3;
|
Protos.Error.Builder |
Protos.Error.Builder.setExplanation(String value)
optional string explanation = 2;
|
Protos.Error.Builder |
Protos.Error.Builder.setExplanationBytes(com.google.protobuf.ByteString value)
optional string explanation = 2;
|
Protos.Error.Builder |
Protos.Error.toBuilder() |