接口 QueryProto.CountBlocksResponseOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
QueryProto.CountBlocksResponse, QueryProto.CountBlocksResponse.Builder
封闭类:
QueryProto

public static interface QueryProto.CountBlocksResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    long
    uint64 count = 1;
    long
    int64 end_timestamp = 3;
    long
    int64 start_timestamp = 2;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getCount

      long getCount()
      uint64 count = 1;
      返回:
      The count.
    • getStartTimestamp

      long getStartTimestamp()
      int64 start_timestamp = 2;
      返回:
      The startTimestamp.
    • getEndTimestamp

      long getEndTimestamp()
      int64 end_timestamp = 3;
      返回:
      The endTimestamp.