Class Slot

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

public class Slot extends Object implements Serializable

Slot class.

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

    • Slot

      public Slot()
  • Method Details

    • getId

      public String getId()
      Identifier.
      Returns:
      the id from slot-info
    • getStatus

      public String getStatus()
      Status.
      Returns:
      the status from slot-info
    • getDescription

      public String getDescription()
      Description.
      Returns:
      the description from slot-info
    • getOptions

      public SlotOptions getOptions()
      Slot Options.
      Returns:
      the options from slot-info
    • getReason

      public String getReason()
      Reason.
      Returns:
      the reason from slot-info
    • getIdle

      public Boolean getIdle()
      Idle.
      Returns:
      the idle from slot-info
    • toString

      public String toString()
      Overrides:
      toString in class Object