public class ActivityBucket
extends java.lang.Object
| Constructor and Description |
|---|
ActivityBucket(java.math.BigInteger startHeight,
java.math.BigInteger totalFeesPaid,
long beneficiaryCount,
java.math.BigInteger rawScore)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getBeneficiaryCount() |
java.math.BigInteger |
getRawScore() |
java.math.BigInteger |
getStartHeight() |
java.math.BigInteger |
getTotalFeesPaid() |
public ActivityBucket(java.math.BigInteger startHeight,
java.math.BigInteger totalFeesPaid,
long beneficiaryCount,
java.math.BigInteger rawScore)
startHeight - Total fees paid.totalFeesPaid - Total fees paid.beneficiaryCount - Beneficiary count.rawScore - Raw score.