public final class GetFeeStatsResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GetFeeStatsResponse.FeeDistribution |
Constructor and Description |
---|
GetFeeStatsResponse(GetFeeStatsResponse.FeeDistribution sorobanInclusionFee,
GetFeeStatsResponse.FeeDistribution inclusionFee,
java.lang.Long latestLedger) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
GetFeeStatsResponse.FeeDistribution |
getInclusionFee() |
java.lang.Long |
getLatestLedger() |
GetFeeStatsResponse.FeeDistribution |
getSorobanInclusionFee() |
int |
hashCode() |
java.lang.String |
toString() |
public GetFeeStatsResponse(GetFeeStatsResponse.FeeDistribution sorobanInclusionFee, GetFeeStatsResponse.FeeDistribution inclusionFee, java.lang.Long latestLedger)
public GetFeeStatsResponse.FeeDistribution getSorobanInclusionFee()
public GetFeeStatsResponse.FeeDistribution getInclusionFee()
public java.lang.Long getLatestLedger()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object