public static final class Protos.Settlement.Builder extends com.google.protobuf.GeneratedMessage.Builder<Protos.Settlement.Builder> implements Protos.SettlementOrBuilder
paymentchannels.Settlement
Modifier and Type | Method and Description |
---|---|
Protos.Settlement |
build() |
Protos.Settlement |
buildPartial() |
Protos.Settlement.Builder |
clear() |
Protos.Settlement.Builder |
clearTx()
required bytes tx = 3; |
Protos.Settlement.Builder |
clone() |
Protos.Settlement |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getTx()
required bytes tx = 3; |
boolean |
hasTx()
required bytes tx = 3; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.Settlement.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Settlement.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.Settlement.Builder |
mergeFrom(Protos.Settlement other) |
Protos.Settlement.Builder |
setTx(com.google.protobuf.ByteString value)
required bytes tx = 3; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Settlement.Builder>
public Protos.Settlement.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Settlement.Builder>
public Protos.Settlement.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Settlement.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Settlement.Builder>
public Protos.Settlement getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protos.Settlement build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protos.Settlement buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protos.Settlement.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.Settlement.Builder>
public Protos.Settlement.Builder mergeFrom(Protos.Settlement other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Protos.Settlement.Builder>
public Protos.Settlement.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protos.Settlement.Builder>
IOException
public boolean hasTx()
required bytes tx = 3;
A copy of the fully signed final contract that settles the channel. The client can verify the transaction is correct and then commit it to their wallet.
hasTx
in interface Protos.SettlementOrBuilder
public com.google.protobuf.ByteString getTx()
required bytes tx = 3;
A copy of the fully signed final contract that settles the channel. The client can verify the transaction is correct and then commit it to their wallet.
getTx
in interface Protos.SettlementOrBuilder
public Protos.Settlement.Builder setTx(com.google.protobuf.ByteString value)
required bytes tx = 3;
A copy of the fully signed final contract that settles the channel. The client can verify the transaction is correct and then commit it to their wallet.
public Protos.Settlement.Builder clearTx()
required bytes tx = 3;
A copy of the fully signed final contract that settles the channel. The client can verify the transaction is correct and then commit it to their wallet.
Copyright © 2016. All rights reserved.