public static final class Protocol.Transaction.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder> implements Protocol.TransactionOrBuilder
protocol.Transaction
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.Builder |
addAllRet(Iterable<? extends Protocol.Transaction.Result> values)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
addAllSignature(Iterable<? extends com.google.protobuf.ByteString> values)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
Protocol.Transaction.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.Builder |
addRet(int index,
Protocol.Transaction.Result.Builder builderForValue)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
addRet(int index,
Protocol.Transaction.Result value)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
addRet(Protocol.Transaction.Result.Builder builderForValue)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
addRet(Protocol.Transaction.Result value)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Result.Builder |
addRetBuilder()
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Result.Builder |
addRetBuilder(int index)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
addSignature(com.google.protobuf.ByteString value)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
Protocol.Transaction |
build() |
Protocol.Transaction |
buildPartial() |
Protocol.Transaction.Builder |
clear() |
Protocol.Transaction.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.Transaction.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.Transaction.Builder |
clearRawData()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.Builder |
clearRet()
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
clearSignature()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
Protocol.Transaction.Builder |
clone() |
Protocol.Transaction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Protocol.Transaction.raw |
getRawData()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.raw.Builder |
getRawDataBuilder()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.rawOrBuilder |
getRawDataOrBuilder()
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.Result |
getRet(int index)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Result.Builder |
getRetBuilder(int index)
repeated .protocol.Transaction.Result ret = 5; |
List<Protocol.Transaction.Result.Builder> |
getRetBuilderList()
repeated .protocol.Transaction.Result ret = 5; |
int |
getRetCount()
repeated .protocol.Transaction.Result ret = 5; |
List<Protocol.Transaction.Result> |
getRetList()
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.ResultOrBuilder |
getRetOrBuilder(int index)
repeated .protocol.Transaction.Result ret = 5; |
List<? extends Protocol.Transaction.ResultOrBuilder> |
getRetOrBuilderList()
repeated .protocol.Transaction.Result ret = 5; |
com.google.protobuf.ByteString |
getSignature(int index)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
int |
getSignatureCount()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
List<com.google.protobuf.ByteString> |
getSignatureList()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
boolean |
hasRawData()
.protocol.Transaction.raw raw_data = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protocol.Transaction.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.Transaction.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protocol.Transaction.Builder |
mergeFrom(Protocol.Transaction other) |
Protocol.Transaction.Builder |
mergeRawData(Protocol.Transaction.raw value)
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Transaction.Builder |
removeRet(int index)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.Builder |
setRawData(Protocol.Transaction.raw.Builder builderForValue)
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.Builder |
setRawData(Protocol.Transaction.raw value)
.protocol.Transaction.raw raw_data = 1; |
Protocol.Transaction.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.Transaction.Builder |
setRet(int index,
Protocol.Transaction.Result.Builder builderForValue)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
setRet(int index,
Protocol.Transaction.Result value)
repeated .protocol.Transaction.Result ret = 5; |
Protocol.Transaction.Builder |
setSignature(int index,
com.google.protobuf.ByteString value)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2; |
Protocol.Transaction.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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.Transaction.Builder>
public Protocol.Transaction.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.Transaction.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.Transaction.Builder>
public Protocol.Transaction getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protocol.Transaction build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protocol.Transaction buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protocol.Transaction.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.Transaction.Builder>
public Protocol.Transaction.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.Transaction.Builder>
public Protocol.Transaction.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.Transaction.Builder>
public Protocol.Transaction.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.Transaction.Builder>
public Protocol.Transaction.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.Transaction.Builder>
public Protocol.Transaction.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.Transaction.Builder>
public Protocol.Transaction.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Protocol.Transaction.Builder>
public Protocol.Transaction.Builder mergeFrom(Protocol.Transaction other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder>
public Protocol.Transaction.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.Transaction.Builder>
IOException
public boolean hasRawData()
.protocol.Transaction.raw raw_data = 1;
hasRawData
in interface Protocol.TransactionOrBuilder
public Protocol.Transaction.raw getRawData()
.protocol.Transaction.raw raw_data = 1;
getRawData
in interface Protocol.TransactionOrBuilder
public Protocol.Transaction.Builder setRawData(Protocol.Transaction.raw value)
.protocol.Transaction.raw raw_data = 1;
public Protocol.Transaction.Builder setRawData(Protocol.Transaction.raw.Builder builderForValue)
.protocol.Transaction.raw raw_data = 1;
public Protocol.Transaction.Builder mergeRawData(Protocol.Transaction.raw value)
.protocol.Transaction.raw raw_data = 1;
public Protocol.Transaction.Builder clearRawData()
.protocol.Transaction.raw raw_data = 1;
public Protocol.Transaction.raw.Builder getRawDataBuilder()
.protocol.Transaction.raw raw_data = 1;
public Protocol.Transaction.rawOrBuilder getRawDataOrBuilder()
.protocol.Transaction.raw raw_data = 1;
getRawDataOrBuilder
in interface Protocol.TransactionOrBuilder
public List<com.google.protobuf.ByteString> getSignatureList()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
getSignatureList
in interface Protocol.TransactionOrBuilder
public int getSignatureCount()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
getSignatureCount
in interface Protocol.TransactionOrBuilder
public com.google.protobuf.ByteString getSignature(int index)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
getSignature
in interface Protocol.TransactionOrBuilder
public Protocol.Transaction.Builder setSignature(int index, com.google.protobuf.ByteString value)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
public Protocol.Transaction.Builder addSignature(com.google.protobuf.ByteString value)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
public Protocol.Transaction.Builder addAllSignature(Iterable<? extends com.google.protobuf.ByteString> values)
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
public Protocol.Transaction.Builder clearSignature()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;
public List<Protocol.Transaction.Result> getRetList()
repeated .protocol.Transaction.Result ret = 5;
getRetList
in interface Protocol.TransactionOrBuilder
public int getRetCount()
repeated .protocol.Transaction.Result ret = 5;
getRetCount
in interface Protocol.TransactionOrBuilder
public Protocol.Transaction.Result getRet(int index)
repeated .protocol.Transaction.Result ret = 5;
getRet
in interface Protocol.TransactionOrBuilder
public Protocol.Transaction.Builder setRet(int index, Protocol.Transaction.Result value)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder setRet(int index, Protocol.Transaction.Result.Builder builderForValue)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder addRet(Protocol.Transaction.Result value)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder addRet(int index, Protocol.Transaction.Result value)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder addRet(Protocol.Transaction.Result.Builder builderForValue)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder addRet(int index, Protocol.Transaction.Result.Builder builderForValue)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder addAllRet(Iterable<? extends Protocol.Transaction.Result> values)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder clearRet()
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Builder removeRet(int index)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Result.Builder getRetBuilder(int index)
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.ResultOrBuilder getRetOrBuilder(int index)
repeated .protocol.Transaction.Result ret = 5;
getRetOrBuilder
in interface Protocol.TransactionOrBuilder
public List<? extends Protocol.Transaction.ResultOrBuilder> getRetOrBuilderList()
repeated .protocol.Transaction.Result ret = 5;
getRetOrBuilderList
in interface Protocol.TransactionOrBuilder
public Protocol.Transaction.Result.Builder addRetBuilder()
repeated .protocol.Transaction.Result ret = 5;
public Protocol.Transaction.Result.Builder addRetBuilder(int index)
repeated .protocol.Transaction.Result ret = 5;
public List<Protocol.Transaction.Result.Builder> getRetBuilderList()
repeated .protocol.Transaction.Result ret = 5;
public final Protocol.Transaction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder>
public final Protocol.Transaction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder>
Copyright © 2020. All rights reserved.