public class RewardReport extends Object
| Constructor and Description |
|---|
RewardReport() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
long |
countFailed() |
long |
countPending() |
long |
countSuccess() |
long |
countTransactions() |
long |
countValidRewards() |
boolean |
equals(Object o) |
RewardPeriod |
getPeriod() |
Set<WalletReward> |
getRewards() |
Set<WalletReward> |
getValidRewards() |
boolean |
hasErrorTransactions() |
int |
hashCode() |
boolean |
hasPendingTransactions() |
boolean |
hasSuccessTransactions() |
boolean |
isCompletelyProceeded() |
void |
setPeriod(RewardPeriod period) |
void |
setRewards(Set<WalletReward> rewards) |
String |
toString() |
double |
totalAmount() |
public long countPending()
public long countSuccess()
public long countFailed()
public long countTransactions()
public Set<WalletReward> getValidRewards()
public double totalAmount()
public long countValidRewards()
public boolean hasSuccessTransactions()
public boolean hasPendingTransactions()
public boolean hasErrorTransactions()
public boolean isCompletelyProceeded()
public RewardPeriod getPeriod()
public Set<WalletReward> getRewards()
public void setPeriod(RewardPeriod period)
public void setRewards(Set<WalletReward> rewards)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.