Class VappStartupSectionItemResponse

java.lang.Object
com.iland.core.web.rest.response.vapp.VappStartupSectionItemResponse
All Implemented Interfaces:
Serializable

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

    • VappStartupSectionItemResponse

      public VappStartupSectionItemResponse(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 object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object