Package com.blockchyp.client.dto
Class PricePoint
java.lang.Object
com.blockchyp.client.dto.PricePoint
Models a single set of pricing values for a pricing policy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the string representation of a per transaction minimum.Gets the string representation of the current fee per transaction.getLimit()Gets the string representation of a per transaction gouge limit.voidsetBuyRate(String value) Sets the string representation of a per transaction minimum.voidsetCurrent(String value) Sets the string representation of the current fee per transaction.voidSets the string representation of a per transaction gouge limit.
-
Constructor Details
-
PricePoint
public PricePoint()
-
-
Method Details
-
setBuyRate
Sets the string representation of a per transaction minimum.- Parameters:
value- the string representation of a per transaction minimum.
-
getBuyRate
Gets the string representation of a per transaction minimum.- Returns:
- the string representation of a per transaction minimum.
-
setCurrent
Sets the string representation of the current fee per transaction.- Parameters:
value- the string representation of the current fee per transaction.
-
getCurrent
Gets the string representation of the current fee per transaction.- Returns:
- the string representation of the current fee per transaction.
-
setLimit
Sets the string representation of a per transaction gouge limit.- Parameters:
value- the string representation of a per transaction gouge limit.
-
getLimit
Gets the string representation of a per transaction gouge limit.- Returns:
- the string representation of a per transaction gouge limit.
-