Package org.bdware.bdledger.api.grpc.pb
Interface QueryProto.TransactionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryProto.TransactionsRequest,QueryProto.TransactionsRequest.Builder
- Enclosing class:
QueryProto
public static interface QueryProto.TransactionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong查询范围结束时间戳getFilters(int index) 暂不支持int暂不支持暂不支持getFiltersOrBuilder(int index) 暂不支持List<? extends QueryProto.TransactionFilterOrBuilder>暂不支持账本名称com.google.protobuf.ByteString账本名称long查询范围开始时间戳Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getLedger
String getLedger()账本名称
string ledger = 1;- Returns:
- The ledger.
-
getLedgerBytes
com.google.protobuf.ByteString getLedgerBytes()账本名称
string ledger = 1;- Returns:
- The bytes for ledger.
-
getStartTimestamp
long getStartTimestamp()查询范围开始时间戳
int64 start_timestamp = 2;- Returns:
- The startTimestamp.
-
getEndTimestamp
long getEndTimestamp()查询范围结束时间戳
int64 end_timestamp = 3;- Returns:
- The endTimestamp.
-
getFiltersList
List<QueryProto.TransactionFilter> getFiltersList()暂不支持
repeated .bdware.bdledger.api.TransactionFilter filters = 4; -
getFilters
暂不支持
repeated .bdware.bdledger.api.TransactionFilter filters = 4; -
getFiltersCount
int getFiltersCount()暂不支持
repeated .bdware.bdledger.api.TransactionFilter filters = 4; -
getFiltersOrBuilderList
List<? extends QueryProto.TransactionFilterOrBuilder> getFiltersOrBuilderList()暂不支持
repeated .bdware.bdledger.api.TransactionFilter filters = 4; -
getFiltersOrBuilder
暂不支持
repeated .bdware.bdledger.api.TransactionFilter filters = 4;
-