public static final class Protocol.Transaction.raw.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.raw.Builder> implements Protocol.Transaction.rawOrBuilder
protocol.Transaction.raw
Modifier and Type | Method and Description |
---|---|
Protocol.Transaction.raw.Builder |
addAllAuths(Iterable<? extends Protocol.authority> values)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
addAllContract(Iterable<? extends Protocol.Transaction.Contract> values)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
addAuths(int index,
Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
addAuths(int index,
Protocol.authority value)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
addAuths(Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
addAuths(Protocol.authority value)
repeated .protocol.authority auths = 9; |
Protocol.authority.Builder |
addAuthsBuilder()
repeated .protocol.authority auths = 9; |
Protocol.authority.Builder |
addAuthsBuilder(int index)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
addContract(int index,
Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
addContract(int index,
Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
addContract(Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
addContract(Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
addContractBuilder()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
addContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.raw |
build() |
Protocol.Transaction.raw |
buildPartial() |
Protocol.Transaction.raw.Builder |
clear() |
Protocol.Transaction.raw.Builder |
clearAuths()
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
clearContract()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
clearData()
data not used
bytes data = 10; |
Protocol.Transaction.raw.Builder |
clearExpiration()
int64 expiration = 8; |
Protocol.Transaction.raw.Builder |
clearFeeLimit()
int64 fee_limit = 18; |
Protocol.Transaction.raw.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protocol.Transaction.raw.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protocol.Transaction.raw.Builder |
clearRefBlockBytes()
bytes ref_block_bytes = 1; |
Protocol.Transaction.raw.Builder |
clearRefBlockHash()
bytes ref_block_hash = 4; |
Protocol.Transaction.raw.Builder |
clearRefBlockNum()
int64 ref_block_num = 3; |
Protocol.Transaction.raw.Builder |
clearScripts()
scripts not used
bytes scripts = 12; |
Protocol.Transaction.raw.Builder |
clearTimestamp()
int64 timestamp = 14; |
Protocol.Transaction.raw.Builder |
clone() |
Protocol.authority |
getAuths(int index)
repeated .protocol.authority auths = 9; |
Protocol.authority.Builder |
getAuthsBuilder(int index)
repeated .protocol.authority auths = 9; |
List<Protocol.authority.Builder> |
getAuthsBuilderList()
repeated .protocol.authority auths = 9; |
int |
getAuthsCount()
repeated .protocol.authority auths = 9; |
List<Protocol.authority> |
getAuthsList()
repeated .protocol.authority auths = 9; |
Protocol.authorityOrBuilder |
getAuthsOrBuilder(int index)
repeated .protocol.authority auths = 9; |
List<? extends Protocol.authorityOrBuilder> |
getAuthsOrBuilderList()
repeated .protocol.authority auths = 9; |
Protocol.Transaction.Contract |
getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.Contract.Builder |
getContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<Protocol.Transaction.Contract.Builder> |
getContractBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
int |
getContractCount()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<Protocol.Transaction.Contract> |
getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.ContractOrBuilder |
getContractOrBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
List<? extends Protocol.Transaction.ContractOrBuilder> |
getContractOrBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
com.google.protobuf.ByteString |
getData()
data not used
bytes data = 10; |
Protocol.Transaction.raw |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getExpiration()
int64 expiration = 8; |
long |
getFeeLimit()
int64 fee_limit = 18; |
com.google.protobuf.ByteString |
getRefBlockBytes()
bytes ref_block_bytes = 1; |
com.google.protobuf.ByteString |
getRefBlockHash()
bytes ref_block_hash = 4; |
long |
getRefBlockNum()
int64 ref_block_num = 3; |
com.google.protobuf.ByteString |
getScripts()
scripts not used
bytes scripts = 12; |
long |
getTimestamp()
int64 timestamp = 14; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protocol.Transaction.raw.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protocol.Transaction.raw.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protocol.Transaction.raw.Builder |
mergeFrom(Protocol.Transaction.raw other) |
Protocol.Transaction.raw.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protocol.Transaction.raw.Builder |
removeAuths(int index)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
removeContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
setAuths(int index,
Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
setAuths(int index,
Protocol.authority value)
repeated .protocol.authority auths = 9; |
Protocol.Transaction.raw.Builder |
setContract(int index,
Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
setContract(int index,
Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11; |
Protocol.Transaction.raw.Builder |
setData(com.google.protobuf.ByteString value)
data not used
bytes data = 10; |
Protocol.Transaction.raw.Builder |
setExpiration(long value)
int64 expiration = 8; |
Protocol.Transaction.raw.Builder |
setFeeLimit(long value)
int64 fee_limit = 18; |
Protocol.Transaction.raw.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Protocol.Transaction.raw.Builder |
setRefBlockBytes(com.google.protobuf.ByteString value)
bytes ref_block_bytes = 1; |
Protocol.Transaction.raw.Builder |
setRefBlockHash(com.google.protobuf.ByteString value)
bytes ref_block_hash = 4; |
Protocol.Transaction.raw.Builder |
setRefBlockNum(long value)
int64 ref_block_num = 3; |
Protocol.Transaction.raw.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Protocol.Transaction.raw.Builder |
setScripts(com.google.protobuf.ByteString value)
scripts not used
bytes scripts = 12; |
Protocol.Transaction.raw.Builder |
setTimestamp(long value)
int64 timestamp = 14; |
Protocol.Transaction.raw.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.raw.Builder>
public Protocol.Transaction.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.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.raw getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Protocol.Transaction.raw build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Protocol.Transaction.raw buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
public Protocol.Transaction.raw.Builder mergeFrom(Protocol.Transaction.raw other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<Protocol.Transaction.raw.Builder>
public Protocol.Transaction.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.Transaction.raw.Builder>
IOException
public com.google.protobuf.ByteString getRefBlockBytes()
bytes ref_block_bytes = 1;
getRefBlockBytes
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setRefBlockBytes(com.google.protobuf.ByteString value)
bytes ref_block_bytes = 1;
public Protocol.Transaction.raw.Builder clearRefBlockBytes()
bytes ref_block_bytes = 1;
public long getRefBlockNum()
int64 ref_block_num = 3;
getRefBlockNum
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setRefBlockNum(long value)
int64 ref_block_num = 3;
public Protocol.Transaction.raw.Builder clearRefBlockNum()
int64 ref_block_num = 3;
public com.google.protobuf.ByteString getRefBlockHash()
bytes ref_block_hash = 4;
getRefBlockHash
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setRefBlockHash(com.google.protobuf.ByteString value)
bytes ref_block_hash = 4;
public Protocol.Transaction.raw.Builder clearRefBlockHash()
bytes ref_block_hash = 4;
public long getExpiration()
int64 expiration = 8;
getExpiration
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setExpiration(long value)
int64 expiration = 8;
public Protocol.Transaction.raw.Builder clearExpiration()
int64 expiration = 8;
public List<Protocol.authority> getAuthsList()
repeated .protocol.authority auths = 9;
getAuthsList
in interface Protocol.Transaction.rawOrBuilder
public int getAuthsCount()
repeated .protocol.authority auths = 9;
getAuthsCount
in interface Protocol.Transaction.rawOrBuilder
public Protocol.authority getAuths(int index)
repeated .protocol.authority auths = 9;
getAuths
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setAuths(int index, Protocol.authority value)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder setAuths(int index, Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder addAuths(Protocol.authority value)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder addAuths(int index, Protocol.authority value)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder addAuths(Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder addAuths(int index, Protocol.authority.Builder builderForValue)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder addAllAuths(Iterable<? extends Protocol.authority> values)
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder clearAuths()
repeated .protocol.authority auths = 9;
public Protocol.Transaction.raw.Builder removeAuths(int index)
repeated .protocol.authority auths = 9;
public Protocol.authority.Builder getAuthsBuilder(int index)
repeated .protocol.authority auths = 9;
public Protocol.authorityOrBuilder getAuthsOrBuilder(int index)
repeated .protocol.authority auths = 9;
getAuthsOrBuilder
in interface Protocol.Transaction.rawOrBuilder
public List<? extends Protocol.authorityOrBuilder> getAuthsOrBuilderList()
repeated .protocol.authority auths = 9;
getAuthsOrBuilderList
in interface Protocol.Transaction.rawOrBuilder
public Protocol.authority.Builder addAuthsBuilder()
repeated .protocol.authority auths = 9;
public Protocol.authority.Builder addAuthsBuilder(int index)
repeated .protocol.authority auths = 9;
public List<Protocol.authority.Builder> getAuthsBuilderList()
repeated .protocol.authority auths = 9;
public com.google.protobuf.ByteString getData()
data not used
bytes data = 10;
getData
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setData(com.google.protobuf.ByteString value)
data not used
bytes data = 10;
public Protocol.Transaction.raw.Builder clearData()
data not used
bytes data = 10;
public List<Protocol.Transaction.Contract> getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
getContractList
in interface Protocol.Transaction.rawOrBuilder
public int getContractCount()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
getContractCount
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.Contract getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
getContract
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setContract(int index, Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder setContract(int index, Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder addContract(Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder addContract(int index, Protocol.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder addContract(Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder addContract(int index, Protocol.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder addAllContract(Iterable<? extends Protocol.Transaction.Contract> values)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder clearContract()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.raw.Builder removeContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.Contract.Builder getContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.ContractOrBuilder getContractOrBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
getContractOrBuilder
in interface Protocol.Transaction.rawOrBuilder
public List<? extends Protocol.Transaction.ContractOrBuilder> getContractOrBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
getContractOrBuilderList
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.Contract.Builder addContractBuilder()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public Protocol.Transaction.Contract.Builder addContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public List<Protocol.Transaction.Contract.Builder> getContractBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;
public com.google.protobuf.ByteString getScripts()
scripts not used
bytes scripts = 12;
getScripts
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setScripts(com.google.protobuf.ByteString value)
scripts not used
bytes scripts = 12;
public Protocol.Transaction.raw.Builder clearScripts()
scripts not used
bytes scripts = 12;
public long getTimestamp()
int64 timestamp = 14;
getTimestamp
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setTimestamp(long value)
int64 timestamp = 14;
public Protocol.Transaction.raw.Builder clearTimestamp()
int64 timestamp = 14;
public long getFeeLimit()
int64 fee_limit = 18;
getFeeLimit
in interface Protocol.Transaction.rawOrBuilder
public Protocol.Transaction.raw.Builder setFeeLimit(long value)
int64 fee_limit = 18;
public Protocol.Transaction.raw.Builder clearFeeLimit()
int64 fee_limit = 18;
public final Protocol.Transaction.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.Transaction.raw.Builder>
public final Protocol.Transaction.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.Transaction.raw.Builder>
Copyright © 2020. All rights reserved.