|
Sternum Java SDK
|
Represents settings for initializing the Sternum SDK.
| sternumURL | Your Sternum dedicated transmission URL. |
| firmwareVersion | Firmware version of the device. |
| accessToken | A device definition ID for traces transmitted from the importing application. |
| deviceID | Device id for traces transmitted from the importing application. |
| isProduction | Indicates if the application is in production (true) or development (false) phase. |
Public Member Functions | |
| SternumSettings () | |
Public Attributes | |
| String | sternumURL |
| String | firmwareVersion |
| BigInteger | accessToken |
| BigInteger | deviceID |
| boolean | isProduction |
| com.sternum.cloud.SternumSettings.SternumSettings | ( | ) |
Default constructor initializes all fields to default values.