public final class TransactionStructLog extends com.google.protobuf.GeneratedMessageV3 implements TransactionStructLogOrBuilder
iotextypes.TransactionStructLog| Modifier and Type | Class and Description |
|---|---|
static class |
TransactionStructLog.Builder
Protobuf type
iotextypes.TransactionStructLog |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
DEPTH_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
GAS_FIELD_NUMBER |
static int |
GASCOST_FIELD_NUMBER |
static int |
MEMORY_FIELD_NUMBER |
static int |
MEMSIZE_FIELD_NUMBER |
static int |
OP_FIELD_NUMBER |
static int |
OPNAME_FIELD_NUMBER |
static int |
PC_FIELD_NUMBER |
static int |
REFUND_FIELD_NUMBER |
static int |
RETURNDATA_FIELD_NUMBER |
static int |
STACK_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TransactionStructLog |
getDefaultInstance() |
TransactionStructLog |
getDefaultInstanceForType() |
int |
getDepth()
int32 depth = 9; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<TransactionStructLog> |
getParserForType() |
long |
getPc()
uint64 pc = 1; |
long |
getRefund()
uint64 refund = 10; |
String |
getReturnData()
string returnData = 8; |
com.google.protobuf.ByteString |
getReturnDataBytes()
string returnData = 8; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransactionStructLog.Builder |
newBuilder() |
static TransactionStructLog.Builder |
newBuilder(TransactionStructLog prototype) |
TransactionStructLog.Builder |
newBuilderForType() |
protected TransactionStructLog.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static TransactionStructLog |
parseDelimitedFrom(InputStream input) |
static TransactionStructLog |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionStructLog |
parseFrom(byte[] data) |
static TransactionStructLog |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionStructLog |
parseFrom(ByteBuffer data) |
static TransactionStructLog |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionStructLog |
parseFrom(com.google.protobuf.ByteString data) |
static TransactionStructLog |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionStructLog |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransactionStructLog |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransactionStructLog |
parseFrom(InputStream input) |
static TransactionStructLog |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransactionStructLog> |
parser() |
TransactionStructLog.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PC_FIELD_NUMBER
public static final int OP_FIELD_NUMBER
public static final int GAS_FIELD_NUMBER
public static final int GASCOST_FIELD_NUMBER
public static final int MEMORY_FIELD_NUMBER
public static final int MEMSIZE_FIELD_NUMBER
public static final int STACK_FIELD_NUMBER
public static final int RETURNDATA_FIELD_NUMBER
public static final int DEPTH_FIELD_NUMBER
public static final int REFUND_FIELD_NUMBER
public static final int OPNAME_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public long getPc()
uint64 pc = 1;getPc in interface TransactionStructLogOrBuilderpublic long getOp()
uint64 op = 2;getOp in interface TransactionStructLogOrBuilderpublic long getGas()
uint64 gas = 3;getGas in interface TransactionStructLogOrBuilderpublic long getGasCost()
uint64 gasCost = 4;getGasCost in interface TransactionStructLogOrBuilderpublic String getMemory()
string memory = 5;getMemory in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getMemoryBytes()
string memory = 5;getMemoryBytes in interface TransactionStructLogOrBuilderpublic int getMemSize()
int32 memSize = 6;getMemSize in interface TransactionStructLogOrBuilderpublic 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 String getReturnData()
string returnData = 8;getReturnData in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getReturnDataBytes()
string returnData = 8;getReturnDataBytes in interface TransactionStructLogOrBuilderpublic int getDepth()
int32 depth = 9;getDepth in interface TransactionStructLogOrBuilderpublic long getRefund()
uint64 refund = 10;getRefund in interface TransactionStructLogOrBuilderpublic String getOpName()
string opName = 11;getOpName in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getOpNameBytes()
string opName = 11;getOpNameBytes in interface TransactionStructLogOrBuilderpublic String getError()
string error = 12;getError in interface TransactionStructLogOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
string error = 12;getErrorBytes in interface TransactionStructLogOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TransactionStructLog parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionStructLog parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionStructLog parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionStructLog parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionStructLog parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionStructLog parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TransactionStructLog parseFrom(InputStream input) throws IOException
IOExceptionpublic static TransactionStructLog parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransactionStructLog parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TransactionStructLog parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TransactionStructLog parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TransactionStructLog parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TransactionStructLog.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TransactionStructLog.Builder newBuilder()
public static TransactionStructLog.Builder newBuilder(TransactionStructLog prototype)
public TransactionStructLog.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TransactionStructLog.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TransactionStructLog getDefaultInstance()
public static com.google.protobuf.Parser<TransactionStructLog> parser()
public com.google.protobuf.Parser<TransactionStructLog> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TransactionStructLog getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 IoTeX Group. All rights reserved.