Class BetterStatsRestAPI.RateLimitingInfo

java.lang.Object
com.thecsdev.betterstats.resource.dto.BetterStatsRestAPI.RateLimitingInfo
Enclosing class:
BetterStatsRestAPI

@Internal public static final class BetterStatsRestAPI.RateLimitingInfo extends Object
Provides telemetry information used by the REST-ful API.
  • Method Details

    • init

      public static final void init()
    • getNicMacHash

      @Nullable public static final @Nullable String getNicMacHash()
      Returns the network-interface-card's MAC address, or null if it could not be obtained.
    • getMachineGuidHash

      @Nullable public static final @Nullable String getMachineGuidHash()
      Returns the 'MachineGuid' from the Windows Registry, or null if the OS is not 'Windows' or it could not be obtained.