Interface QueryProto.CountBlocksResponseOrBuilder

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

public static interface QueryProto.CountBlocksResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    区块数量
    long
    本次查询有效的查询范围结束时间戳
    long
    本次查询有效的查询范围开始时间戳

    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

    • getCount

      long getCount()
       区块数量
       
      uint64 count = 1;
      Returns:
      The count.
    • getStartTimestamp

      long getStartTimestamp()
       本次查询有效的查询范围开始时间戳
       
      int64 start_timestamp = 2;
      Returns:
      The startTimestamp.
    • getEndTimestamp

      long getEndTimestamp()
       本次查询有效的查询范围结束时间戳
       
      int64 end_timestamp = 3;
      Returns:
      The endTimestamp.