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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder>public Protocol.Transaction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Protocol.Transaction build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Protocol.Transaction buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Protocol.Transaction.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone 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.BuildersetField 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.BuilderclearField 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.BuilderclearOneof 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.BuildersetRepeatedField 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.BuilderaddRepeatedField 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.BuildermergeFrom 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.MessageLiteOrBuilderisInitialized 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.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Protocol.Transaction.Builder>IOExceptionpublic boolean hasRawData()
.protocol.Transaction.raw raw_data = 1;hasRawData in interface Protocol.TransactionOrBuilderpublic Protocol.Transaction.raw getRawData()
.protocol.Transaction.raw raw_data = 1;getRawData in interface Protocol.TransactionOrBuilderpublic 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.TransactionOrBuilderpublic 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.TransactionOrBuilderpublic int getSignatureCount()
only support size = 1, repeated list here for muti-sig extension
repeated bytes signature = 2;getSignatureCount in interface Protocol.TransactionOrBuilderpublic 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.TransactionOrBuilderpublic 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.TransactionOrBuilderpublic int getRetCount()
repeated .protocol.Transaction.Result ret = 5;getRetCount in interface Protocol.TransactionOrBuilderpublic Protocol.Transaction.Result getRet(int index)
repeated .protocol.Transaction.Result ret = 5;getRet in interface Protocol.TransactionOrBuilderpublic 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.TransactionOrBuilderpublic List<? extends Protocol.Transaction.ResultOrBuilder> getRetOrBuilderList()
repeated .protocol.Transaction.Result ret = 5;getRetOrBuilderList in interface Protocol.TransactionOrBuilderpublic 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.BuildersetUnknownFields 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.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.Builder>Copyright © 2020. All rights reserved.