Class MediaResponse

java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
com.iland.core.web.rest.response.media.MediaResponse
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PublicMediaResponse

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

  • Method Details

    • getStatus

      public int getStatus()
      Get status of media response
      Returns:
      int status
    • getSize

      public double getSize()
      Get the size of media response
      Returns:
      double size
    • isPublic

      public boolean isPublic()
      Get is public of media response
      Returns:
      boolean is public
    • getLocationId

      public String getLocationId()
      Get the location id of media response
      Returns:
      String location id
    • getOrgUuid

      public String getOrgUuid()
      Get the org uuid of media response
      Returns:
      String org uuid
    • getCatalogUuid

      public String getCatalogUuid()
      Get the catalog uuid of media response
      Returns:
      String catalog uuid
    • getStorageProfileUuid

      public String getStorageProfileUuid()
      Get the storage profile uuid of media response
      Returns:
      String storage profile uuid
    • getVdcUuid

      public String getVdcUuid()
      Get the vdc uuid of media response
      Returns:
      String vdc uuid
    • getDescription

      public String getDescription()
      Get media response description
      Returns:
      String description
    • getVcloudHref

      public String getVcloudHref()
      Get the vcloud href of media response
      Returns:
      String vcloud href
    • getCreatedDate

      public Instant getCreatedDate()
      Get the created date of media response
      Returns:
      Instant created date
    • equals

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

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

      public String toString()
      Overrides:
      toString in class EntityResponse