Package com.daml.ledger.api.v1.admin
Interface MeteringReportOuterClass.ApplicationMeteringReportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeteringReportOuterClass.ApplicationMeteringReport
,MeteringReportOuterClass.ApplicationMeteringReport.Builder
- Enclosing class:
- MeteringReportOuterClass
public static interface MeteringReportOuterClass.ApplicationMeteringReportOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getApplicationId()
The application Idcom.google.protobuf.ByteString
getApplicationIdBytes()
The application Idlong
getEventCount()
The event count for the application; i.e., the number of fetch, lookup-by-key, create, and exercise events in transactions issued by this application.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApplicationId
java.lang.String getApplicationId()
The application Id
string application_id = 1 [json_name = "applicationId"];
- Returns:
- The applicationId.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes()
The application Id
string application_id = 1 [json_name = "applicationId"];
- Returns:
- The bytes for applicationId.
-
getEventCount
long getEventCount()
The event count for the application; i.e., the number of fetch, lookup-by-key, create, and exercise events in transactions issued by this application.
int64 event_count = 2 [json_name = "eventCount"];
- Returns:
- The eventCount.
-
-