Hardware class abstract

Hardware

Properties:

  • displayMaximumBackLight - The brightness of the display when the terminal is being used, expressed as a percentage.
  • 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.
  • 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.
Annotations
  • @BuiltValue.new()

Constructors

Hardware([void updates(HardwareBuilder b)])
factory

Properties

displayMaximumBackLight int?
The brightness of the display when the terminal is being used, expressed as a percentage.
no setter
hashCode int
The hash code for this object.
no setterinherited
resetTotalsHour int?
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.
no setter
restartHour int?
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.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(HardwareBuilder)) Hardware
Rebuilds the instance.
inherited
toBuilder() HardwareBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<Hardware>
no setter