Package org.stellar.sdk.responses
Class FeeStatsResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.FeeStatsResponse
-
public class FeeStatsResponse extends Response
-
-
Constructor Summary
Constructors Constructor Description FeeStatsResponse(java.lang.Float ledgerCapacityUsage, java.lang.Long lastLedgerBaseFee, java.lang.Long lastLedger, FeeDistribution feeCharged, FeeDistribution maxFee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FeeDistribution
getFeeCharged()
java.lang.Long
getLastLedger()
java.lang.Long
getLastLedgerBaseFee()
java.lang.Float
getLedgerCapacityUsage()
FeeDistribution
getMaxFee()
-
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
-
-
-
Constructor Detail
-
FeeStatsResponse
public FeeStatsResponse(java.lang.Float ledgerCapacityUsage, java.lang.Long lastLedgerBaseFee, java.lang.Long lastLedger, FeeDistribution feeCharged, FeeDistribution maxFee)
-
-
Method Detail
-
getLedgerCapacityUsage
public java.lang.Float getLedgerCapacityUsage()
-
getLastLedgerBaseFee
public java.lang.Long getLastLedgerBaseFee()
-
getLastLedger
public java.lang.Long getLastLedger()
-
getFeeCharged
public FeeDistribution getFeeCharged()
-
getMaxFee
public FeeDistribution getMaxFee()
-
-