public static final class Chain.Transaction.raw.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder> implements Chain.Transaction.rawOrBuilder
protocol.Transaction.raw| Modifier and Type | Method and Description |
|---|---|
Chain.Transaction.raw.Builder |
addAllAuths(java.lang.Iterable<? extends Common.authority> values)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
addAllContract(java.lang.Iterable<? extends Chain.Transaction.Contract> values)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
addAuths(Common.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
addAuths(Common.authority value)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
addAuths(int index,
Common.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
addAuths(int index,
Common.authority value)
repeated .protocol.authority auths = 9; |
Common.authority.Builder |
addAuthsBuilder()
repeated .protocol.authority auths = 9; |
Common.authority.Builder |
addAuthsBuilder(int index)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
addContract(Chain.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
addContract(Chain.Transaction.Contract value)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
addContract(int index,
Chain.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
addContract(int index,
Chain.Transaction.Contract value)
only support size = 1, repeated list here for extension
|
Chain.Transaction.Contract.Builder |
addContractBuilder()
only support size = 1, repeated list here for extension
|
Chain.Transaction.Contract.Builder |
addContractBuilder(int index)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Chain.Transaction.raw |
build() |
Chain.Transaction.raw |
buildPartial() |
Chain.Transaction.raw.Builder |
clear() |
Chain.Transaction.raw.Builder |
clearAuths()
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
clearContract()
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
clearData()
data not used
|
Chain.Transaction.raw.Builder |
clearExpiration()
int64 expiration = 8; |
Chain.Transaction.raw.Builder |
clearFeeLimit()
int64 fee_limit = 18; |
Chain.Transaction.raw.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Chain.Transaction.raw.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Chain.Transaction.raw.Builder |
clearRefBlockBytes()
bytes ref_block_bytes = 1; |
Chain.Transaction.raw.Builder |
clearRefBlockHash()
bytes ref_block_hash = 4; |
Chain.Transaction.raw.Builder |
clearRefBlockNum()
int64 ref_block_num = 3; |
Chain.Transaction.raw.Builder |
clearScripts()
scripts not used
|
Chain.Transaction.raw.Builder |
clearTimestamp()
int64 timestamp = 14; |
Chain.Transaction.raw.Builder |
clone() |
Common.authority |
getAuths(int index)
repeated .protocol.authority auths = 9; |
Common.authority.Builder |
getAuthsBuilder(int index)
repeated .protocol.authority auths = 9; |
java.util.List<Common.authority.Builder> |
getAuthsBuilderList()
repeated .protocol.authority auths = 9; |
int |
getAuthsCount()
repeated .protocol.authority auths = 9; |
java.util.List<Common.authority> |
getAuthsList()
repeated .protocol.authority auths = 9; |
Common.authorityOrBuilder |
getAuthsOrBuilder(int index)
repeated .protocol.authority auths = 9; |
java.util.List<? extends Common.authorityOrBuilder> |
getAuthsOrBuilderList()
repeated .protocol.authority auths = 9; |
Chain.Transaction.Contract |
getContract(int index)
only support size = 1, repeated list here for extension
|
Chain.Transaction.Contract.Builder |
getContractBuilder(int index)
only support size = 1, repeated list here for extension
|
java.util.List<Chain.Transaction.Contract.Builder> |
getContractBuilderList()
only support size = 1, repeated list here for extension
|
int |
getContractCount()
only support size = 1, repeated list here for extension
|
java.util.List<Chain.Transaction.Contract> |
getContractList()
only support size = 1, repeated list here for extension
|
Chain.Transaction.ContractOrBuilder |
getContractOrBuilder(int index)
only support size = 1, repeated list here for extension
|
java.util.List<? extends Chain.Transaction.ContractOrBuilder> |
getContractOrBuilderList()
only support size = 1, repeated list here for extension
|
com.google.protobuf.ByteString |
getData()
data not used
|
Chain.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
|
long |
getTimestamp()
int64 timestamp = 14; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Chain.Transaction.raw.Builder |
mergeFrom(Chain.Transaction.raw other) |
Chain.Transaction.raw.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Chain.Transaction.raw.Builder |
mergeFrom(com.google.protobuf.Message other) |
Chain.Transaction.raw.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Chain.Transaction.raw.Builder |
removeAuths(int index)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
removeContract(int index)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
setAuths(int index,
Common.authority.Builder builderForValue)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
setAuths(int index,
Common.authority value)
repeated .protocol.authority auths = 9; |
Chain.Transaction.raw.Builder |
setContract(int index,
Chain.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
setContract(int index,
Chain.Transaction.Contract value)
only support size = 1, repeated list here for extension
|
Chain.Transaction.raw.Builder |
setData(com.google.protobuf.ByteString value)
data not used
|
Chain.Transaction.raw.Builder |
setExpiration(long value)
int64 expiration = 8; |
Chain.Transaction.raw.Builder |
setFeeLimit(long value)
int64 fee_limit = 18; |
Chain.Transaction.raw.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Chain.Transaction.raw.Builder |
setRefBlockBytes(com.google.protobuf.ByteString value)
bytes ref_block_bytes = 1; |
Chain.Transaction.raw.Builder |
setRefBlockHash(com.google.protobuf.ByteString value)
bytes ref_block_hash = 4; |
Chain.Transaction.raw.Builder |
setRefBlockNum(long value)
int64 ref_block_num = 3; |
Chain.Transaction.raw.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Chain.Transaction.raw.Builder |
setScripts(com.google.protobuf.ByteString value)
scripts not used
|
Chain.Transaction.raw.Builder |
setTimestamp(long value)
int64 timestamp = 14; |
Chain.Transaction.raw.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, 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<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.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<Chain.Transaction.raw.Builder>public Chain.Transaction.raw getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Chain.Transaction.raw build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Chain.Transaction.raw buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Chain.Transaction.raw.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder mergeFrom(Chain.Transaction.raw other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public Chain.Transaction.raw.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Chain.Transaction.raw.Builder>java.io.IOExceptionpublic com.google.protobuf.ByteString getRefBlockBytes()
bytes ref_block_bytes = 1;getRefBlockBytes in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setRefBlockBytes(com.google.protobuf.ByteString value)
bytes ref_block_bytes = 1;value - The refBlockBytes to set.public Chain.Transaction.raw.Builder clearRefBlockBytes()
bytes ref_block_bytes = 1;public long getRefBlockNum()
int64 ref_block_num = 3;getRefBlockNum in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setRefBlockNum(long value)
int64 ref_block_num = 3;value - The refBlockNum to set.public Chain.Transaction.raw.Builder clearRefBlockNum()
int64 ref_block_num = 3;public com.google.protobuf.ByteString getRefBlockHash()
bytes ref_block_hash = 4;getRefBlockHash in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setRefBlockHash(com.google.protobuf.ByteString value)
bytes ref_block_hash = 4;value - The refBlockHash to set.public Chain.Transaction.raw.Builder clearRefBlockHash()
bytes ref_block_hash = 4;public long getExpiration()
int64 expiration = 8;getExpiration in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setExpiration(long value)
int64 expiration = 8;value - The expiration to set.public Chain.Transaction.raw.Builder clearExpiration()
int64 expiration = 8;public java.util.List<Common.authority> getAuthsList()
repeated .protocol.authority auths = 9;getAuthsList in interface Chain.Transaction.rawOrBuilderpublic int getAuthsCount()
repeated .protocol.authority auths = 9;getAuthsCount in interface Chain.Transaction.rawOrBuilderpublic Common.authority getAuths(int index)
repeated .protocol.authority auths = 9;getAuths in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setAuths(int index, Common.authority value)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder setAuths(int index, Common.authority.Builder builderForValue)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder addAuths(Common.authority value)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder addAuths(int index, Common.authority value)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder addAuths(Common.authority.Builder builderForValue)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder addAuths(int index, Common.authority.Builder builderForValue)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder addAllAuths(java.lang.Iterable<? extends Common.authority> values)
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder clearAuths()
repeated .protocol.authority auths = 9;public Chain.Transaction.raw.Builder removeAuths(int index)
repeated .protocol.authority auths = 9;public Common.authority.Builder getAuthsBuilder(int index)
repeated .protocol.authority auths = 9;public Common.authorityOrBuilder getAuthsOrBuilder(int index)
repeated .protocol.authority auths = 9;getAuthsOrBuilder in interface Chain.Transaction.rawOrBuilderpublic java.util.List<? extends Common.authorityOrBuilder> getAuthsOrBuilderList()
repeated .protocol.authority auths = 9;getAuthsOrBuilderList in interface Chain.Transaction.rawOrBuilderpublic Common.authority.Builder addAuthsBuilder()
repeated .protocol.authority auths = 9;public Common.authority.Builder addAuthsBuilder(int index)
repeated .protocol.authority auths = 9;public java.util.List<Common.authority.Builder> getAuthsBuilderList()
repeated .protocol.authority auths = 9;public com.google.protobuf.ByteString getData()
data not used
bytes data = 10;getData in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setData(com.google.protobuf.ByteString value)
data not used
bytes data = 10;value - The data to set.public Chain.Transaction.raw.Builder clearData()
data not used
bytes data = 10;public java.util.List<Chain.Transaction.Contract> getContractList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;getContractList in interface Chain.Transaction.rawOrBuilderpublic int getContractCount()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;getContractCount in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.Contract getContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;getContract in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setContract(int index, Chain.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder setContract(int index, Chain.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder addContract(Chain.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder addContract(int index, Chain.Transaction.Contract value)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder addContract(Chain.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder addContract(int index, Chain.Transaction.Contract.Builder builderForValue)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder addAllContract(java.lang.Iterable<? extends Chain.Transaction.Contract> values)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder clearContract()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.raw.Builder removeContract(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.Contract.Builder getContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.ContractOrBuilder getContractOrBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;getContractOrBuilder in interface Chain.Transaction.rawOrBuilderpublic java.util.List<? extends Chain.Transaction.ContractOrBuilder> getContractOrBuilderList()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;getContractOrBuilderList in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.Contract.Builder addContractBuilder()
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public Chain.Transaction.Contract.Builder addContractBuilder(int index)
only support size = 1, repeated list here for extension
repeated .protocol.Transaction.Contract contract = 11;public java.util.List<Chain.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 Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setScripts(com.google.protobuf.ByteString value)
scripts not used
bytes scripts = 12;value - The scripts to set.public Chain.Transaction.raw.Builder clearScripts()
scripts not used
bytes scripts = 12;public long getTimestamp()
int64 timestamp = 14;getTimestamp in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setTimestamp(long value)
int64 timestamp = 14;value - The timestamp to set.public Chain.Transaction.raw.Builder clearTimestamp()
int64 timestamp = 14;public long getFeeLimit()
int64 fee_limit = 18;getFeeLimit in interface Chain.Transaction.rawOrBuilderpublic Chain.Transaction.raw.Builder setFeeLimit(long value)
int64 fee_limit = 18;value - The feeLimit to set.public Chain.Transaction.raw.Builder clearFeeLimit()
int64 fee_limit = 18;public final Chain.Transaction.raw.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>public final Chain.Transaction.raw.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Chain.Transaction.raw.Builder>