public static final class Protocol.TXInput.raw.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder> implements Protocol.TXInput.rawOrBuilder
protocol.TXInput.raw
Modifier and Type | Method and Description |
---|---|
Protocol.TXInput.raw.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.TXInput.raw |
build() |
Protocol.TXInput.raw |
buildPartial() |
Protocol.TXInput.raw.Builder |
clear() |
Protocol.TXInput.raw.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.TXInput.raw.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.TXInput.raw.Builder |
clearPubKey()
bytes pubKey = 3; |
Protocol.TXInput.raw.Builder |
clearTxID()
bytes txID = 1; |
Protocol.TXInput.raw.Builder |
clearVout()
int64 vout = 2; |
Protocol.TXInput.raw.Builder |
clone() |
Protocol.TXInput.raw |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.ByteString |
getPubKey()
bytes pubKey = 3; |
com.google.protobuf.ByteString |
getTxID()
bytes txID = 1; |
long |
getVout()
int64 vout = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protocol.TXInput.raw.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.TXInput.raw.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protocol.TXInput.raw.Builder |
mergeFrom(Protocol.TXInput.raw other) |
Protocol.TXInput.raw.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.TXInput.raw.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.TXInput.raw.Builder |
setPubKey(com.google.protobuf.ByteString value)
bytes pubKey = 3; |
Protocol.TXInput.raw.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.TXInput.raw.Builder |
setTxID(com.google.protobuf.ByteString value)
bytes txID = 1; |
Protocol.TXInput.raw.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.TXInput.raw.Builder |
setVout(long value)
int64 vout = 2; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.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.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protocol.TXInput.raw build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protocol.TXInput.raw buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protocol.TXInput.raw.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.Builder mergeFrom(Protocol.TXInput.raw other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public Protocol.TXInput.raw.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<Protocol.TXInput.raw.Builder>
IOException
public com.google.protobuf.ByteString getTxID()
bytes txID = 1;
getTxID
in interface Protocol.TXInput.rawOrBuilder
public Protocol.TXInput.raw.Builder setTxID(com.google.protobuf.ByteString value)
bytes txID = 1;
public Protocol.TXInput.raw.Builder clearTxID()
bytes txID = 1;
public long getVout()
int64 vout = 2;
getVout
in interface Protocol.TXInput.rawOrBuilder
public Protocol.TXInput.raw.Builder setVout(long value)
int64 vout = 2;
public Protocol.TXInput.raw.Builder clearVout()
int64 vout = 2;
public com.google.protobuf.ByteString getPubKey()
bytes pubKey = 3;
getPubKey
in interface Protocol.TXInput.rawOrBuilder
public Protocol.TXInput.raw.Builder setPubKey(com.google.protobuf.ByteString value)
bytes pubKey = 3;
public Protocol.TXInput.raw.Builder clearPubKey()
bytes pubKey = 3;
public final Protocol.TXInput.raw.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
public final Protocol.TXInput.raw.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.TXInput.raw.Builder>
Copyright © 2020. All rights reserved.