Class VappTemplateResponse

java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
com.iland.core.web.rest.response.vapptemplate.VappTemplateResponse
All Implemented Interfaces:
Serializable

public class VappTemplateResponse extends EntityResponse implements Serializable
VappTemplateResponse.
Author:
Ari Quinones
See Also:
  • Constructor Details

  • Method Details

    • getDescription

      public String getDescription()
      Get the vapp template response description
      Returns:
      String description
    • getVcloudHref

      public String getVcloudHref()
      Get the vcloud href of vapp template response
      Returns:
      String vcloud href
    • getStatus

      public int getStatus()
      Get the status of vapp template response
      Returns:
      int status
    • getSize

      public double getSize()
      Get the size of vapp template resource
      Returns:
      double size
    • getStorageProfileUuid

      public String getStorageProfileUuid()
      Get storage profile uuid of vapp template resource
      Returns:
      String storage profile uuid
    • isPublic

      public boolean isPublic()
      Get is public of vapp template resource
      Returns:
      boolean is public
    • getVdcUuid

      public String getVdcUuid()
      Get the vdc uuid of vapp template resource
      Returns:
      String vdc uuid
    • getLocationId

      public String getLocationId()
      Get the location id of vapp template resource
      Returns:
      String location id
    • getOrgUuid

      public String getOrgUuid()
      Get the org uuid of vapp template resource
      Returns:
      String org uuid
    • getCatalogUuid

      public String getCatalogUuid()
      Get the catalog uuid of vapp template resource
      Returns:
      String catalog uuid
    • getCreatedDate

      public Instant getCreatedDate()
      Get the created date of vapp template resource
      Returns:
      Instant created date
    • isExpired

      public boolean isExpired()
      Get is expired of vapp template resource
      Returns:
      boolean is expired
    • getVmTemplates

      public List<VappTemplateVmResponse> getVmTemplates()
      Get the vApp template VMs for the vApp template.
      Returns:
      List of VappTemplateVmResponse vm templates
    • equals

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

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

      public String toString()
      Overrides:
      toString in class EntityResponse