Class Hardware


  • public class Hardware
    extends Object
    Hardware
    • Constructor Detail

      • Hardware

        public Hardware()
    • Method Detail

      • displayMaximumBackLight

        public Hardware displayMaximumBackLight​(Integer displayMaximumBackLight)
      • getDisplayMaximumBackLight

        public Integer getDisplayMaximumBackLight()
        The brightness of the display when the terminal is being used, expressed as a percentage.
        Returns:
        displayMaximumBackLight
      • setDisplayMaximumBackLight

        public void setDisplayMaximumBackLight​(Integer displayMaximumBackLight)
        The brightness of the display when the terminal is being used, expressed as a percentage.
        Parameters:
        displayMaximumBackLight -
      • resetTotalsHour

        public Hardware resetTotalsHour​(Integer resetTotalsHour)
      • getResetTotalsHour

        public Integer getResetTotalsHour()
        The hour of the day when the terminal is set to reset the Totals report. By default, the reset hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.
        Returns:
        resetTotalsHour
      • setResetTotalsHour

        public void setResetTotalsHour​(Integer resetTotalsHour)
        The hour of the day when the terminal is set to reset the Totals report. By default, the reset hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.
        Parameters:
        resetTotalsHour -
      • getRestartHour

        public Integer getRestartHour()
        The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.
        Returns:
        restartHour
      • setRestartHour

        public void setRestartHour​(Integer restartHour)
        The hour of the day when the terminal is set to reboot to apply the configuration and software updates. By default, the restart hour is at 6:00 AM in the timezone of the terminal. Minimum value: 0, maximum value: 23.
        Parameters:
        restartHour -
      • equals

        public boolean equals​(Object o)
        Return true if this Hardware object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static Hardware fromJson​(String jsonString)
                                 throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of Hardware given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of Hardware
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to Hardware
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of Hardware to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException