Interface MeteringReportOuterClass.ParticipantMeteringReportOrBuilder

    • Method Detail

      • getParticipantId

        java.lang.String getParticipantId()
         The reporting participant
         
        string participant_id = 1 [json_name = "participantId"];
        Returns:
        The participantId.
      • getParticipantIdBytes

        com.google.protobuf.ByteString getParticipantIdBytes()
         The reporting participant
         
        string participant_id = 1 [json_name = "participantId"];
        Returns:
        The bytes for participantId.
      • getIsFinal

        boolean getIsFinal()
         If the report is final it has been generated based on aggregated data
         so will never change in the future.
         
        bool is_final = 2 [json_name = "isFinal"];
        Returns:
        The isFinal.
      • getApplicationReportsList

        java.util.List<MeteringReportOuterClass.ApplicationMeteringReport> getApplicationReportsList()
         Per application reports.
         
        repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
      • getApplicationReports

        MeteringReportOuterClass.ApplicationMeteringReport getApplicationReports​(int index)
         Per application reports.
         
        repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
      • getApplicationReportsCount

        int getApplicationReportsCount()
         Per application reports.
         
        repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];
      • getApplicationReportsOrBuilderList

        java.util.List<? extends MeteringReportOuterClass.ApplicationMeteringReportOrBuilder> getApplicationReportsOrBuilderList()
         Per application reports.
         
        repeated .com.daml.ledger.api.v1.admin.ApplicationMeteringReport application_reports = 3 [json_name = "applicationReports"];