public static final class BlockInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder> implements BlockInfoOrBuilder
iotexapi.BlockInfo| Modifier and Type | Method and Description |
|---|---|
BlockInfo.Builder |
addAllReceipts(Iterable<? extends Receipt> values)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
addReceipts(int index,
Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
addReceipts(int index,
Receipt value)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
addReceipts(Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
addReceipts(Receipt value)
repeated .iotextypes.Receipt receipts = 2; |
Receipt.Builder |
addReceiptsBuilder()
repeated .iotextypes.Receipt receipts = 2; |
Receipt.Builder |
addReceiptsBuilder(int index)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockInfo |
build() |
BlockInfo |
buildPartial() |
BlockInfo.Builder |
clear() |
BlockInfo.Builder |
clearBlock()
.iotextypes.Block block = 1; |
BlockInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
BlockInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
BlockInfo.Builder |
clearReceipts()
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
clearTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3; |
BlockInfo.Builder |
clone() |
Block |
getBlock()
.iotextypes.Block block = 1; |
Block.Builder |
getBlockBuilder()
.iotextypes.Block block = 1; |
BlockOrBuilder |
getBlockOrBuilder()
.iotextypes.Block block = 1; |
BlockInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Receipt |
getReceipts(int index)
repeated .iotextypes.Receipt receipts = 2; |
Receipt.Builder |
getReceiptsBuilder(int index)
repeated .iotextypes.Receipt receipts = 2; |
List<Receipt.Builder> |
getReceiptsBuilderList()
repeated .iotextypes.Receipt receipts = 2; |
int |
getReceiptsCount()
repeated .iotextypes.Receipt receipts = 2; |
List<Receipt> |
getReceiptsList()
repeated .iotextypes.Receipt receipts = 2; |
ReceiptOrBuilder |
getReceiptsOrBuilder(int index)
repeated .iotextypes.Receipt receipts = 2; |
List<? extends ReceiptOrBuilder> |
getReceiptsOrBuilderList()
repeated .iotextypes.Receipt receipts = 2; |
TransactionLogs |
getTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3; |
TransactionLogs.Builder |
getTransactionLogsBuilder()
.iotextypes.TransactionLogs transactionLogs = 3; |
TransactionLogsOrBuilder |
getTransactionLogsOrBuilder()
.iotextypes.TransactionLogs transactionLogs = 3; |
boolean |
hasBlock()
.iotextypes.Block block = 1; |
boolean |
hasTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BlockInfo.Builder |
mergeBlock(Block value)
.iotextypes.Block block = 1; |
BlockInfo.Builder |
mergeFrom(BlockInfo other) |
BlockInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BlockInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
BlockInfo.Builder |
mergeTransactionLogs(TransactionLogs value)
.iotextypes.TransactionLogs transactionLogs = 3; |
BlockInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
BlockInfo.Builder |
removeReceipts(int index)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
setBlock(Block.Builder builderForValue)
.iotextypes.Block block = 1; |
BlockInfo.Builder |
setBlock(Block value)
.iotextypes.Block block = 1; |
BlockInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
BlockInfo.Builder |
setReceipts(int index,
Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
setReceipts(int index,
Receipt value)
repeated .iotextypes.Receipt receipts = 2; |
BlockInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
BlockInfo.Builder |
setTransactionLogs(TransactionLogs.Builder builderForValue)
.iotextypes.TransactionLogs transactionLogs = 3; |
BlockInfo.Builder |
setTransactionLogs(TransactionLogs value)
.iotextypes.TransactionLogs transactionLogs = 3; |
BlockInfo.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<BlockInfo.Builder>public BlockInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.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<BlockInfo.Builder>public BlockInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BlockInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BlockInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BlockInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder>public BlockInfo.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<BlockInfo.Builder>public BlockInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder>public BlockInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder>public BlockInfo.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<BlockInfo.Builder>public BlockInfo.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<BlockInfo.Builder>public BlockInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BlockInfo.Builder>public BlockInfo.Builder mergeFrom(BlockInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder>public BlockInfo.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<BlockInfo.Builder>IOExceptionpublic boolean hasBlock()
.iotextypes.Block block = 1;hasBlock in interface BlockInfoOrBuilderpublic Block getBlock()
.iotextypes.Block block = 1;getBlock in interface BlockInfoOrBuilderpublic BlockInfo.Builder setBlock(Block value)
.iotextypes.Block block = 1;public BlockInfo.Builder setBlock(Block.Builder builderForValue)
.iotextypes.Block block = 1;public BlockInfo.Builder mergeBlock(Block value)
.iotextypes.Block block = 1;public BlockInfo.Builder clearBlock()
.iotextypes.Block block = 1;public Block.Builder getBlockBuilder()
.iotextypes.Block block = 1;public BlockOrBuilder getBlockOrBuilder()
.iotextypes.Block block = 1;getBlockOrBuilder in interface BlockInfoOrBuilderpublic List<Receipt> getReceiptsList()
repeated .iotextypes.Receipt receipts = 2;getReceiptsList in interface BlockInfoOrBuilderpublic int getReceiptsCount()
repeated .iotextypes.Receipt receipts = 2;getReceiptsCount in interface BlockInfoOrBuilderpublic Receipt getReceipts(int index)
repeated .iotextypes.Receipt receipts = 2;getReceipts in interface BlockInfoOrBuilderpublic BlockInfo.Builder setReceipts(int index, Receipt value)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder setReceipts(int index, Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder addReceipts(Receipt value)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder addReceipts(int index, Receipt value)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder addReceipts(Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder addReceipts(int index, Receipt.Builder builderForValue)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder addAllReceipts(Iterable<? extends Receipt> values)
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder clearReceipts()
repeated .iotextypes.Receipt receipts = 2;public BlockInfo.Builder removeReceipts(int index)
repeated .iotextypes.Receipt receipts = 2;public Receipt.Builder getReceiptsBuilder(int index)
repeated .iotextypes.Receipt receipts = 2;public ReceiptOrBuilder getReceiptsOrBuilder(int index)
repeated .iotextypes.Receipt receipts = 2;getReceiptsOrBuilder in interface BlockInfoOrBuilderpublic List<? extends ReceiptOrBuilder> getReceiptsOrBuilderList()
repeated .iotextypes.Receipt receipts = 2;getReceiptsOrBuilderList in interface BlockInfoOrBuilderpublic Receipt.Builder addReceiptsBuilder()
repeated .iotextypes.Receipt receipts = 2;public Receipt.Builder addReceiptsBuilder(int index)
repeated .iotextypes.Receipt receipts = 2;public List<Receipt.Builder> getReceiptsBuilderList()
repeated .iotextypes.Receipt receipts = 2;public boolean hasTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3;hasTransactionLogs in interface BlockInfoOrBuilderpublic TransactionLogs getTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3;getTransactionLogs in interface BlockInfoOrBuilderpublic BlockInfo.Builder setTransactionLogs(TransactionLogs value)
.iotextypes.TransactionLogs transactionLogs = 3;public BlockInfo.Builder setTransactionLogs(TransactionLogs.Builder builderForValue)
.iotextypes.TransactionLogs transactionLogs = 3;public BlockInfo.Builder mergeTransactionLogs(TransactionLogs value)
.iotextypes.TransactionLogs transactionLogs = 3;public BlockInfo.Builder clearTransactionLogs()
.iotextypes.TransactionLogs transactionLogs = 3;public TransactionLogs.Builder getTransactionLogsBuilder()
.iotextypes.TransactionLogs transactionLogs = 3;public TransactionLogsOrBuilder getTransactionLogsOrBuilder()
.iotextypes.TransactionLogs transactionLogs = 3;getTransactionLogsOrBuilder in interface BlockInfoOrBuilderpublic final BlockInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder>public final BlockInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BlockInfo.Builder>Copyright © 2022 IoTeX Group. All rights reserved.