Class PublicMediaResponse
java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
com.iland.core.web.rest.response.media.MediaResponse
com.iland.core.web.rest.response.media.PublicMediaResponse
- All Implemented Interfaces:
Serializable
Public Media Response.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPublicMediaResponse(MediaResponse media) Instantiates a new Public Media with a public uuid from a previous Media -
Method Summary
Methods inherited from class com.iland.core.web.rest.response.media.MediaResponse
equals, getCatalogUuid, getCreatedDate, getDescription, getLocationId, getOrgUuid, getSize, getStatus, getStorageProfileUuid, getVcloudHref, getVdcUuid, hashCode, isPublic, toStringMethods inherited from class com.iland.core.web.rest.response.common.EntityResponse
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeleted
-
Constructor Details
-
PublicMediaResponse
Instantiates a new Public Media with a public uuid from a previous Media- Parameters:
media-MediaResponsemedia
-