Package org.cyclos.impl.system
Class BalanceInconsistencyParameters
- java.lang.Object
-
- org.cyclos.impl.system.BalanceInconsistencyParameters
-
public class BalanceInconsistencyParameters extends Object
Parameters to generate a balance inconsistency issue to the license server
-
-
Constructor Summary
Constructors Constructor Description BalanceInconsistencyParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(long id)Adds an inconsistent balances' account idvoidaddBelowLimit(long id)Adds an id as being below the credit limitintgetBelowLimit()StringgetBelowLimitHash()intgetInconsistentAccounts()StringgetInconsistentAccountsHash()
-
-
-
Method Detail
-
add
public void add(long id)
Adds an inconsistent balances' account id
-
addBelowLimit
public void addBelowLimit(long id)
Adds an id as being below the credit limit
-
getBelowLimit
public int getBelowLimit()
-
getBelowLimitHash
public String getBelowLimitHash()
-
getInconsistentAccounts
public int getInconsistentAccounts()
-
getInconsistentAccountsHash
public String getInconsistentAccountsHash()
-
-