public static final class TransactionStructLog.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder> implements TransactionStructLogOrBuilder
iotextypes.TransactionStructLog| Modifier and Type | Method and Description |
|---|---|
TransactionStructLog.Builder |
addAllStack(Iterable<String> values)
repeated string stack = 7; |
TransactionStructLog.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionStructLog.Builder |
addStack(String value)
repeated string stack = 7; |
TransactionStructLog.Builder |
addStackBytes(com.google.protobuf.ByteString value)
repeated string stack = 7; |
TransactionStructLog |
build() |
TransactionStructLog |
buildPartial() |
TransactionStructLog.Builder |
clear() |
TransactionStructLog.Builder |
clearDepth()
int32 depth = 9; |
TransactionStructLog.Builder |
clearError()
string error = 12; |
TransactionStructLog.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TransactionStructLog.Builder |
clearGas()
uint64 gas = 3; |
TransactionStructLog.Builder |
clearGasCost()
uint64 gasCost = 4; |
TransactionStructLog.Builder |
clearMemory()
string memory = 5; |
TransactionStructLog.Builder |
clearMemSize()
int32 memSize = 6; |
TransactionStructLog.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TransactionStructLog.Builder |
clearOp()
uint64 op = 2; |
TransactionStructLog.Builder |
clearOpName()
string opName = 11; |
TransactionStructLog.Builder |
clearPc()
uint64 pc = 1; |
TransactionStructLog.Builder |
clearRefund()
uint64 refund = 10; |
TransactionStructLog.Builder |
clearReturnData()
string returnData = 8; |
TransactionStructLog.Builder |
clearStack()
repeated string stack = 7; |
TransactionStructLog.Builder |
clone() |
TransactionStructLog |
getDefaultInstanceForType() |
int |
getDepth()
int32 depth = 9; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getError()
string error = 12; |
com.google.protobuf.ByteString |
getErrorBytes()
string error = 12; |
long |
getGas()
uint64 gas = 3; |
long |
getGasCost()
uint64 gasCost = 4; |
String |
getMemory()
string memory = 5; |
com.google.protobuf.ByteString |
getMemoryBytes()
string memory = 5; |
int |
getMemSize()
int32 memSize = 6; |
long |
getOp()
uint64 op = 2; |
String |
getOpName()
string opName = 11; |
com.google.protobuf.ByteString |
getOpNameBytes()
string opName = 11; |
long |
getPc()
uint64 pc = 1; |
long |
getRefund()
uint64 refund = 10; |
String |
getReturnData()
string returnData = 8; |
com.google.protobuf.ByteString |
getReturnDataBytes()
string returnData = 8; |
String |
getStack(int index)
repeated string stack = 7; |
com.google.protobuf.ByteString |
getStackBytes(int index)
repeated string stack = 7; |
int |
getStackCount()
repeated string stack = 7; |
com.google.protobuf.ProtocolStringList |
getStackList()
repeated string stack = 7; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
TransactionStructLog.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TransactionStructLog.Builder |
mergeFrom(com.google.protobuf.Message other) |
TransactionStructLog.Builder |
mergeFrom(TransactionStructLog other) |
TransactionStructLog.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TransactionStructLog.Builder |
setDepth(int value)
int32 depth = 9; |
TransactionStructLog.Builder |
setError(String value)
string error = 12; |
TransactionStructLog.Builder |
setErrorBytes(com.google.protobuf.ByteString value)
string error = 12; |
TransactionStructLog.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TransactionStructLog.Builder |
setGas(long value)
uint64 gas = 3; |
TransactionStructLog.Builder |
setGasCost(long value)
uint64 gasCost = 4; |
TransactionStructLog.Builder |
setMemory(String value)
string memory = 5; |
TransactionStructLog.Builder |
setMemoryBytes(com.google.protobuf.ByteString value)
string memory = 5; |
TransactionStructLog.Builder |
setMemSize(int value)
int32 memSize = 6; |
TransactionStructLog.Builder |
setOp(long value)
uint64 op = 2; |
TransactionStructLog.Builder |
setOpName(String value)
string opName = 11; |
TransactionStructLog.Builder |
setOpNameBytes(com.google.protobuf.ByteString value)
string opName = 11; |
TransactionStructLog.Builder |
setPc(long value)
uint64 pc = 1; |
TransactionStructLog.Builder |
setRefund(long value)
uint64 refund = 10; |
TransactionStructLog.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TransactionStructLog.Builder |
setReturnData(String value)
string returnData = 8; |
TransactionStructLog.Builder |
setReturnDataBytes(com.google.protobuf.ByteString value)
string returnData = 8; |
TransactionStructLog.Builder |
setStack(int index,
String value)
repeated string stack = 7; |
TransactionStructLog.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<TransactionStructLog.Builder>public TransactionStructLog.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.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<TransactionStructLog.Builder>public TransactionStructLog getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic TransactionStructLog build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic TransactionStructLog buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic TransactionStructLog.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder>public TransactionStructLog.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<TransactionStructLog.Builder>public TransactionStructLog.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder>public TransactionStructLog.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder>public TransactionStructLog.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<TransactionStructLog.Builder>public TransactionStructLog.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<TransactionStructLog.Builder>public TransactionStructLog.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<TransactionStructLog.Builder>public TransactionStructLog.Builder mergeFrom(TransactionStructLog other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder>public TransactionStructLog.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<TransactionStructLog.Builder>IOExceptionpublic long getPc()
uint64 pc = 1;getPc in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setPc(long value)
uint64 pc = 1;public TransactionStructLog.Builder clearPc()
uint64 pc = 1;public long getOp()
uint64 op = 2;getOp in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setOp(long value)
uint64 op = 2;public TransactionStructLog.Builder clearOp()
uint64 op = 2;public long getGas()
uint64 gas = 3;getGas in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setGas(long value)
uint64 gas = 3;public TransactionStructLog.Builder clearGas()
uint64 gas = 3;public long getGasCost()
uint64 gasCost = 4;getGasCost in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setGasCost(long value)
uint64 gasCost = 4;public TransactionStructLog.Builder clearGasCost()
uint64 gasCost = 4;public String getMemory()
string memory = 5;getMemory in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getMemoryBytes()
string memory = 5;getMemoryBytes in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setMemory(String value)
string memory = 5;public TransactionStructLog.Builder clearMemory()
string memory = 5;public TransactionStructLog.Builder setMemoryBytes(com.google.protobuf.ByteString value)
string memory = 5;public int getMemSize()
int32 memSize = 6;getMemSize in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setMemSize(int value)
int32 memSize = 6;public TransactionStructLog.Builder clearMemSize()
int32 memSize = 6;public com.google.protobuf.ProtocolStringList getStackList()
repeated string stack = 7;getStackList in interface TransactionStructLogOrBuilderpublic int getStackCount()
repeated string stack = 7;getStackCount in interface TransactionStructLogOrBuilderpublic String getStack(int index)
repeated string stack = 7;getStack in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getStackBytes(int index)
repeated string stack = 7;getStackBytes in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setStack(int index, String value)
repeated string stack = 7;public TransactionStructLog.Builder addStack(String value)
repeated string stack = 7;public TransactionStructLog.Builder addAllStack(Iterable<String> values)
repeated string stack = 7;public TransactionStructLog.Builder clearStack()
repeated string stack = 7;public TransactionStructLog.Builder addStackBytes(com.google.protobuf.ByteString value)
repeated string stack = 7;public String getReturnData()
string returnData = 8;getReturnData in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getReturnDataBytes()
string returnData = 8;getReturnDataBytes in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setReturnData(String value)
string returnData = 8;public TransactionStructLog.Builder clearReturnData()
string returnData = 8;public TransactionStructLog.Builder setReturnDataBytes(com.google.protobuf.ByteString value)
string returnData = 8;public int getDepth()
int32 depth = 9;getDepth in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setDepth(int value)
int32 depth = 9;public TransactionStructLog.Builder clearDepth()
int32 depth = 9;public long getRefund()
uint64 refund = 10;getRefund in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setRefund(long value)
uint64 refund = 10;public TransactionStructLog.Builder clearRefund()
uint64 refund = 10;public String getOpName()
string opName = 11;getOpName in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getOpNameBytes()
string opName = 11;getOpNameBytes in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setOpName(String value)
string opName = 11;public TransactionStructLog.Builder clearOpName()
string opName = 11;public TransactionStructLog.Builder setOpNameBytes(com.google.protobuf.ByteString value)
string opName = 11;public String getError()
string error = 12;getError in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
string error = 12;getErrorBytes in interface TransactionStructLogOrBuilderpublic TransactionStructLog.Builder setError(String value)
string error = 12;public TransactionStructLog.Builder clearError()
string error = 12;public TransactionStructLog.Builder setErrorBytes(com.google.protobuf.ByteString value)
string error = 12;public final TransactionStructLog.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder>public final TransactionStructLog.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<TransactionStructLog.Builder>Copyright © 2022 IoTeX Group. All rights reserved.