Interface BlockInfoOuterClass.BlockInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BlockInfoOuterClass.BlockInfo, BlockInfoOuterClass.BlockInfo.Builder
Enclosing class:
BlockInfoOuterClass

public static interface BlockInfoOuterClass.BlockInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    bytes bin_data = 3;
    int
    uint32 block_id = 1;
    int
    uint32 data_version = 2;
    boolean
    bool is_dirty = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getBlockId

      int getBlockId()
      uint32 block_id = 1;
      Returns:
      The blockId.
    • getDataVersion

      int getDataVersion()
      uint32 data_version = 2;
      Returns:
      The dataVersion.
    • getBinData

      com.google.protobuf.ByteString getBinData()
      bytes bin_data = 3;
      Returns:
      The binData.
    • getIsDirty

      boolean getIsDirty()
      bool is_dirty = 4;
      Returns:
      The isDirty.