Class BetterStatsRestAPI.RateLimitingInfo
java.lang.Object
com.thecsdev.betterstats.resource.dto.BetterStatsRestAPI.RateLimitingInfo
- Enclosing class:
BetterStatsRestAPI
Provides telemetry information used by the REST-ful API.
-
Method Summary
Modifier and TypeMethodDescriptionstatic final @Nullable StringReturns the 'MachineGuid' from the Windows Registry, ornullif the OS is not 'Windows' or it could not be obtained.static final @Nullable StringReturns the network-interface-card's MAC address, ornullif it could not be obtained.static final voidinit()
-
Method Details
-
init
public static final void init() -
getNicMacHash
Returns the network-interface-card's MAC address, ornullif it could not be obtained. -
getMachineGuidHash
Returns the 'MachineGuid' from the Windows Registry, ornullif the OS is not 'Windows' or it could not be obtained.
-