Class SlotOptions

java.lang.Object
info.mikethomas.jfold.slot.SlotOptions
All Implemented Interfaces:
Serializable

public class SlotOptions extends Object implements Serializable

SlotOptions class.

Version:
7.6.21
Author:
Michael Thomas (mikepthomas@outlook.com)
See Also:
  • Constructor Details

    • SlotOptions

      public SlotOptions()
  • Method Details

    • getClientType

      public String getClientType()
      Client type.
      Returns:
      the client-type from slot-options
    • getClientSubtype

      public String getClientSubtype()
      Client sub-type.
      Returns:
      the client-subtype from slot-options
    • getMachineId

      public Integer getMachineId()
      Machine identifier.
      Returns:
      the machine-id from slot-options
    • getMaxPacketSize

      public String getMaxPacketSize()
      Maximum packet size.
      Returns:
      the max-packet-size from slot-options
    • getCorePriority

      public String getCorePriority()
      Core priority.
      Returns:
      the core-priority from slot-options
    • getNextUnitPercentage

      public Integer getNextUnitPercentage()
      Next unit percentage.
      Returns:
      the next-unit-percentage from slot-options
    • getMaxUnits

      public Integer getMaxUnits()
      Maximum units.
      Returns:
      the max-units from slot-options
    • getCheckpoint

      public Integer getCheckpoint()
      Checkpoint.
      Returns:
      the checkpoint from slot-options
    • getPauseOnStart

      public Boolean getPauseOnStart()
      Pause on start.
      Returns:
      the pause-on-start from slot-options
    • getGpuVendorId

      public String getGpuVendorId()
      Graphics processor vendor identifier.
      Returns:
      the client-type from slot-options
    • getGpuDeviceId

      public String getGpuDeviceId()
      Graphics processor device identifier.
      Returns:
      the gpu-device-id from slot-options
    • getCpus

      public String getCpus()
      CPUs.
      Returns:
      the cpus from slot-options
    • getIdle

      public Boolean getIdle()
      Idle.
      Returns:
      the idle from slot-options
    • getPaused

      public Boolean getPaused()
      Paused.
      Returns:
      the paused from slot-options
    • toString

      public String toString()
      Overrides:
      toString in class Object