Package org.stellar.sdk.responses
Class AccountResponse.Thresholds
- java.lang.Object
-
- org.stellar.sdk.responses.AccountResponse.Thresholds
-
- Enclosing class:
- AccountResponse
public static class AccountResponse.Thresholds extends java.lang.Object
Represents account thresholds.
-
-
Constructor Summary
Constructors Constructor Description Thresholds(int lowThreshold, int medThreshold, int highThreshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHighThreshold()
int
getLowThreshold()
int
getMedThreshold()
-