ActionInfo.Builder |
GetActionsResponse.Builder.addActionInfoBuilder()
repeated .iotexapi.ActionInfo actionInfo = 1;
|
ActionInfo.Builder |
GetActionsResponse.Builder.addActionInfoBuilder(int index)
repeated .iotexapi.ActionInfo actionInfo = 1;
|
ActionInfo.Builder |
ActionInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionInfo.Builder |
ActionInfo.Builder.clear() |
ActionInfo.Builder |
ActionInfo.Builder.clearActHash()
string actHash = 2;
|
ActionInfo.Builder |
ActionInfo.Builder.clearAction()
.iotextypes.Action action = 1;
|
ActionInfo.Builder |
ActionInfo.Builder.clearBlkHash()
string blkHash = 3;
|
ActionInfo.Builder |
ActionInfo.Builder.clearBlkHeight()
uint64 blkHeight = 5;
|
ActionInfo.Builder |
ActionInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ActionInfo.Builder |
ActionInfo.Builder.clearGasFee()
string gasFee = 7;
|
ActionInfo.Builder |
ActionInfo.Builder.clearIndex()
uint32 index = 8;
|
ActionInfo.Builder |
ActionInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ActionInfo.Builder |
ActionInfo.Builder.clearSender()
string sender = 6;
|
ActionInfo.Builder |
ActionInfo.Builder.clearTimestamp()
.google.protobuf.Timestamp timestamp = 4;
|
ActionInfo.Builder |
ActionInfo.Builder.clone() |
ActionInfo.Builder |
GetActionsResponse.Builder.getActionInfoBuilder(int index)
repeated .iotexapi.ActionInfo actionInfo = 1;
|
ActionInfo.Builder |
ActionInfo.Builder.mergeAction(Action value)
.iotextypes.Action action = 1;
|
ActionInfo.Builder |
ActionInfo.Builder.mergeFrom(ActionInfo other) |
ActionInfo.Builder |
ActionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ActionInfo.Builder |
ActionInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
ActionInfo.Builder |
ActionInfo.Builder.mergeTimestamp(com.google.protobuf.Timestamp value)
.google.protobuf.Timestamp timestamp = 4;
|
ActionInfo.Builder |
ActionInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ActionInfo.Builder |
ActionInfo.newBuilder() |
static ActionInfo.Builder |
ActionInfo.newBuilder(ActionInfo prototype) |
ActionInfo.Builder |
ActionInfo.newBuilderForType() |
protected ActionInfo.Builder |
ActionInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ActionInfo.Builder |
ActionInfo.Builder.setActHash(String value)
string actHash = 2;
|
ActionInfo.Builder |
ActionInfo.Builder.setActHashBytes(com.google.protobuf.ByteString value)
string actHash = 2;
|
ActionInfo.Builder |
ActionInfo.Builder.setAction(Action.Builder builderForValue)
.iotextypes.Action action = 1;
|
ActionInfo.Builder |
ActionInfo.Builder.setAction(Action value)
.iotextypes.Action action = 1;
|
ActionInfo.Builder |
ActionInfo.Builder.setBlkHash(String value)
string blkHash = 3;
|
ActionInfo.Builder |
ActionInfo.Builder.setBlkHashBytes(com.google.protobuf.ByteString value)
string blkHash = 3;
|
ActionInfo.Builder |
ActionInfo.Builder.setBlkHeight(long value)
uint64 blkHeight = 5;
|
ActionInfo.Builder |
ActionInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ActionInfo.Builder |
ActionInfo.Builder.setGasFee(String value)
string gasFee = 7;
|
ActionInfo.Builder |
ActionInfo.Builder.setGasFeeBytes(com.google.protobuf.ByteString value)
string gasFee = 7;
|
ActionInfo.Builder |
ActionInfo.Builder.setIndex(int value)
uint32 index = 8;
|
ActionInfo.Builder |
ActionInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ActionInfo.Builder |
ActionInfo.Builder.setSender(String value)
string sender = 6;
|
ActionInfo.Builder |
ActionInfo.Builder.setSenderBytes(com.google.protobuf.ByteString value)
string sender = 6;
|
ActionInfo.Builder |
ActionInfo.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
.google.protobuf.Timestamp timestamp = 4;
|
ActionInfo.Builder |
ActionInfo.Builder.setTimestamp(com.google.protobuf.Timestamp value)
.google.protobuf.Timestamp timestamp = 4;
|
ActionInfo.Builder |
ActionInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ActionInfo.Builder |
ActionInfo.toBuilder() |