接口 LedgerProto.GetLedgersResponseOrBuilder

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

public static interface LedgerProto.GetLedgersResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    getLedgers​(int index)
    repeated string ledgers = 1;
    com.google.protobuf.ByteString
    getLedgersBytes​(int index)
    repeated string ledgers = 1;
    int
    repeated string ledgers = 1;
    repeated string ledgers = 1;

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

    isInitialized

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

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

    • getLedgersList

      List<String> getLedgersList()
      repeated string ledgers = 1;
      返回:
      A list containing the ledgers.
    • getLedgersCount

      int getLedgersCount()
      repeated string ledgers = 1;
      返回:
      The count of ledgers.
    • getLedgers

      String getLedgers(int index)
      repeated string ledgers = 1;
      参数:
      index - The index of the element to return.
      返回:
      The ledgers at the given index.
    • getLedgersBytes

      com.google.protobuf.ByteString getLedgersBytes(int index)
      repeated string ledgers = 1;
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the ledgers at the given index.