Class VappDescriptionUpdateRequest

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

public class VappDescriptionUpdateRequest extends Object implements Serializable
Update Vapp Description Request.
Author:
Nick Kasprzak
See Also:
  • Constructor Details

    • VappDescriptionUpdateRequest

      public VappDescriptionUpdateRequest(String description)
  • Method Details

    • getDescription

      public String getDescription()
      Get the new description to assign to the vApp.
      Returns:
      String vApp description
    • 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