-
- All Implemented Interfaces:
public class ConstantsRepresents constants used across all SDKs.
-
-
Field Summary
Fields Modifier and Type Field Description private final LongMB_IN_BYTESprivate final LongMAX_REQUEST_BODY_LENGTHpublic final static ConstantsINSTANCE
-
Method Summary
Modifier and Type Method Description final LonggetMB_IN_BYTES()Number of bytes in a megabyte. final LonggetMAX_REQUEST_BODY_LENGTH()Maximum request body length in bytes. -
-
Method Detail
-
getMB_IN_BYTES
final Long getMB_IN_BYTES()
Number of bytes in a megabyte.
-
getMAX_REQUEST_BODY_LENGTH
final Long getMAX_REQUEST_BODY_LENGTH()
Maximum request body length in bytes.
-
-
-
-