Class HubReport

All Implemented Interfaces:
DataPayload, Cloneable

public class HubReport extends HubReportPayload
  • Constructor Summary

    Constructors
    Constructor
    Description
    HubReport(long reportId, String hubAddress, long deedId, Instant fromDate, Instant toDate, Instant sentDate, String periodType, long usersCount, long participantsCount, long recipientsCount, long achievementsCount, long actionsCount, String rewardTokenAddress, long rewardTokenNetworkId, double hubRewardAmount, double hubTopReceiverAmount, SortedSet<String> transactions, long rewardId, short city, short cardType, short mintingPower, long maxUsers, String deedManagerAddress, String ownerAddress, int ownerMintingPercentage, double fixedRewardIndex, double ownerFixedIndex, double tenantFixedIndex, boolean fraud, double lastPeriodUemRewardAmount, double uemRewardAmount, Instant updatedDate)
     
    HubReport(long reportId, String hubAddress, long deedId, Instant fromDate, Instant toDate, Instant sentDate, String periodType, long usersCount, long participantsCount, long recipientsCount, long achievementsCount, long actionsCount, String rewardTokenAddress, long rewardTokenNetworkId, double hubRewardAmount, double hubTopReceiverAmount, SortedSet<String> transactions, long rewardId, short city, short cardType, short mintingPower, long maxUsers, String deedManagerAddress, String ownerAddress, int ownerMintingPercentage, double fixedRewardIndex, double ownerFixedIndex, double tenantFixedIndex, boolean fraud, double lastPeriodUemRewardAmount, double uemRewardAmount, Instant updatedDate, double engagementScore)
     
    HubReport(HubReportPayload hubReportPayload)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    double
     
    double
     
    double
     
    double
     

    Methods inherited from class io.meeds.wom.api.model.HubReportPayload

    clone, generateRawMessage, lowerCase, setHubAddress, setRewardTokenAddress, setTransactions

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HubReport

      public HubReport(HubReportPayload hubReportPayload)
    • HubReport

      public HubReport(long reportId, String hubAddress, long deedId, Instant fromDate, Instant toDate, Instant sentDate, String periodType, long usersCount, long participantsCount, long recipientsCount, long achievementsCount, long actionsCount, String rewardTokenAddress, long rewardTokenNetworkId, double hubRewardAmount, double hubTopReceiverAmount, SortedSet<String> transactions, long rewardId, short city, short cardType, short mintingPower, long maxUsers, String deedManagerAddress, String ownerAddress, int ownerMintingPercentage, double fixedRewardIndex, double ownerFixedIndex, double tenantFixedIndex, boolean fraud, double lastPeriodUemRewardAmount, double uemRewardAmount, Instant updatedDate)
    • HubReport

      public HubReport(long reportId, String hubAddress, long deedId, Instant fromDate, Instant toDate, Instant sentDate, String periodType, long usersCount, long participantsCount, long recipientsCount, long achievementsCount, long actionsCount, String rewardTokenAddress, long rewardTokenNetworkId, double hubRewardAmount, double hubTopReceiverAmount, SortedSet<String> transactions, long rewardId, short city, short cardType, short mintingPower, long maxUsers, String deedManagerAddress, String ownerAddress, int ownerMintingPercentage, double fixedRewardIndex, double ownerFixedIndex, double tenantFixedIndex, boolean fraud, double lastPeriodUemRewardAmount, double uemRewardAmount, Instant updatedDate, double engagementScore)
  • Method Details

    • getEd

      public double getEd()
    • getDr

      public double getDr()
    • getDs

      public double getDs()
    • getMp

      public double getMp()