|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Protos.Error.Builder | |
|---|---|
| org.bitcoin.paymentchannel | |
| Uses of Protos.Error.Builder in org.bitcoin.paymentchannel |
|---|
| Methods in org.bitcoin.paymentchannel that return Protos.Error.Builder | |
|---|---|
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()
|
| Methods in org.bitcoin.paymentchannel with parameters of type Protos.Error.Builder | |
|---|---|
Protos.TwoWayChannelMessage.Builder |
Protos.TwoWayChannelMessage.Builder.setError(Protos.Error.Builder builderForValue)
optional .paymentchannels.Error error = 10; |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||