Class VappStartupSectionItemRequest

java.lang.Object
com.iland.core.web.rest.request.vapp.VappStartupSectionItemRequest
All Implemented Interfaces:
Serializable

public class VappStartupSectionItemRequest extends Object implements Serializable
Vapp Startup Section Item Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • VappStartupSectionItemRequest

      public VappStartupSectionItemRequest(String vmName, int order, String startupAction, String stopAction, int startDelay, int stopDelay)
  • Method Details

    • getVmName

      public String getVmName()
      Get the VM name.
      Returns:
      String vm name
    • getOrder

      public int getOrder()
      Get the order precedence for this item.
      Returns:
      order precedence specifier
    • getStartAction

      public String getStartAction()
      Get the startup action associated with this item.
      Returns:
      String startup action
    • getStopAction

      public String getStopAction()
      Get the stop action associated with this item.
      Returns:
      String stop action
    • getStartDelay

      public int getStartDelay()
      Get the item's startup delay.
      Returns:
      start delay in seconds
    • getStopDelay

      public int getStopDelay()
      Get the item's stop delay.
      Returns:
      stop delay in seconds
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object