Class ModelConstants
- java.lang.Object
-
- com.github.dannil.scbjavaclient.constants.ModelConstants
-
public final class ModelConstants extends Object
Constants which hold specific values for use by the various models.
- Since:
- 0.2.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
TOSTRING_BUILDER_LENGTH
The default number of characters to use for the StringBuilder in thetoString()
method.
-
-
-
Field Detail
-
TOSTRING_BUILDER_LENGTH
public static final int TOSTRING_BUILDER_LENGTH
The default number of characters to use for the StringBuilder in the
toString()
method.- See Also:
- Constant Field Values
-
-