public final class ActionInfo extends com.google.protobuf.GeneratedMessageV3 implements ActionInfoOrBuilder
iotexapi.ActionInfo| Modifier and Type | Class and Description |
|---|---|
static class |
ActionInfo.Builder
Protobuf type
iotexapi.ActionInfo |
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 |
ACTHASH_FIELD_NUMBER |
static int |
ACTION_FIELD_NUMBER |
static int |
BLKHASH_FIELD_NUMBER |
static int |
BLKHEIGHT_FIELD_NUMBER |
static int |
GASFEE_FIELD_NUMBER |
static int |
INDEX_FIELD_NUMBER |
static int |
SENDER_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getActHash()
string actHash = 2; |
com.google.protobuf.ByteString |
getActHashBytes()
string actHash = 2; |
Action |
getAction()
.iotextypes.Action action = 1; |
ActionOrBuilder |
getActionOrBuilder()
.iotextypes.Action action = 1; |
String |
getBlkHash()
string blkHash = 3; |
com.google.protobuf.ByteString |
getBlkHashBytes()
string blkHash = 3; |
long |
getBlkHeight()
uint64 blkHeight = 5; |
static ActionInfo |
getDefaultInstance() |
ActionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGasFee()
string gasFee = 7; |
com.google.protobuf.ByteString |
getGasFeeBytes()
string gasFee = 7; |
int |
getIndex()
uint32 index = 8; |
com.google.protobuf.Parser<ActionInfo> |
getParserForType() |
String |
getSender()
string sender = 6; |
com.google.protobuf.ByteString |
getSenderBytes()
string sender = 6; |
int |
getSerializedSize() |
com.google.protobuf.Timestamp |
getTimestamp()
.google.protobuf.Timestamp timestamp = 4; |
com.google.protobuf.TimestampOrBuilder |
getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 4; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAction()
.iotextypes.Action action = 1; |
int |
hashCode() |
boolean |
hasTimestamp()
.google.protobuf.Timestamp timestamp = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ActionInfo.Builder |
newBuilder() |
static ActionInfo.Builder |
newBuilder(ActionInfo prototype) |
ActionInfo.Builder |
newBuilderForType() |
protected ActionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ActionInfo |
parseDelimitedFrom(InputStream input) |
static ActionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(byte[] data) |
static ActionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(ByteBuffer data) |
static ActionInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static ActionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ActionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ActionInfo |
parseFrom(InputStream input) |
static ActionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ActionInfo> |
parser() |
ActionInfo.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 ACTION_FIELD_NUMBER
public static final int ACTHASH_FIELD_NUMBER
public static final int BLKHASH_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int BLKHEIGHT_FIELD_NUMBER
public static final int SENDER_FIELD_NUMBER
public static final int GASFEE_FIELD_NUMBER
public static final int INDEX_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 boolean hasAction()
.iotextypes.Action action = 1;hasAction in interface ActionInfoOrBuilderpublic Action getAction()
.iotextypes.Action action = 1;getAction in interface ActionInfoOrBuilderpublic ActionOrBuilder getActionOrBuilder()
.iotextypes.Action action = 1;getActionOrBuilder in interface ActionInfoOrBuilderpublic String getActHash()
string actHash = 2;getActHash in interface ActionInfoOrBuilderpublic com.google.protobuf.ByteString getActHashBytes()
string actHash = 2;getActHashBytes in interface ActionInfoOrBuilderpublic String getBlkHash()
string blkHash = 3;getBlkHash in interface ActionInfoOrBuilderpublic com.google.protobuf.ByteString getBlkHashBytes()
string blkHash = 3;getBlkHashBytes in interface ActionInfoOrBuilderpublic boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 4;hasTimestamp in interface ActionInfoOrBuilderpublic com.google.protobuf.Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 4;getTimestamp in interface ActionInfoOrBuilderpublic com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 4;getTimestampOrBuilder in interface ActionInfoOrBuilderpublic long getBlkHeight()
uint64 blkHeight = 5;getBlkHeight in interface ActionInfoOrBuilderpublic String getSender()
string sender = 6;getSender in interface ActionInfoOrBuilderpublic com.google.protobuf.ByteString getSenderBytes()
string sender = 6;getSenderBytes in interface ActionInfoOrBuilderpublic String getGasFee()
string gasFee = 7;getGasFee in interface ActionInfoOrBuilderpublic com.google.protobuf.ByteString getGasFeeBytes()
string gasFee = 7;getGasFeeBytes in interface ActionInfoOrBuilderpublic int getIndex()
uint32 index = 8;getIndex in interface ActionInfoOrBuilderpublic 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 ActionInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ActionInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ActionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ActionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ActionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ActionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ActionInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static ActionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ActionInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ActionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ActionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ActionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ActionInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ActionInfo.Builder newBuilder()
public static ActionInfo.Builder newBuilder(ActionInfo prototype)
public ActionInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ActionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ActionInfo getDefaultInstance()
public static com.google.protobuf.Parser<ActionInfo> parser()
public com.google.protobuf.Parser<ActionInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ActionInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 IoTeX Group. All rights reserved.