Package org.bdware.bdledger.api.grpc.pb
Interface QueryProto.CountTransactionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryProto.CountTransactionsResponse
,QueryProto.CountTransactionsResponse.Builder
- Enclosing class:
QueryProto
public static interface QueryProto.CountTransactionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
getCount()
事务数量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.
-