接口 QueryProto.GetTransactionsResponseOrBuilder

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

public static interface QueryProto.GetTransactionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getTransactionsList

      List<CommonProto.Transaction> getTransactionsList()
      repeated .bdware.bdledger.api.Transaction transactions = 1;
    • getTransactions

      CommonProto.Transaction getTransactions(int index)
      repeated .bdware.bdledger.api.Transaction transactions = 1;
    • getTransactionsCount

      int getTransactionsCount()
      repeated .bdware.bdledger.api.Transaction transactions = 1;
    • getTransactionsOrBuilderList

      List<? extends CommonProto.TransactionOrBuilder> getTransactionsOrBuilderList()
      repeated .bdware.bdledger.api.Transaction transactions = 1;
    • getTransactionsOrBuilder

      CommonProto.TransactionOrBuilder getTransactionsOrBuilder(int index)
      repeated .bdware.bdledger.api.Transaction transactions = 1;
    • getStartTimestamp

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

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