public class MediaResponse extends EntityResponse implements Serializable
Constructor and Description |
---|
MediaResponse(String uuid,
String companyId,
String name,
boolean deleted,
Instant deletedDate,
Instant updatedDate,
int status,
double size,
boolean isPublic,
String locationId,
String orgUuid,
String catalogUuid,
String storageProfileUuid,
String vdcUuid,
String description,
String vcloudHref,
Instant createdDate) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
String |
getCatalogUuid()
Get the catalog uuid of media response
|
Instant |
getCreatedDate()
Get the created date of media response
|
String |
getDescription()
Get media response description
|
String |
getLocationId()
Get the location id of media response
|
String |
getOrgUuid()
Get the org uuid of media response
|
double |
getSize()
Get the size of media response
|
int |
getStatus()
Get status of media response
|
String |
getStorageProfileUuid()
Get the storage profile uuid of media response
|
String |
getVcloudHref()
Get the vcloud href of media response
|
String |
getVdcUuid()
Get the vdc uuid of media response
|
int |
hashCode() |
boolean |
isPublic()
Get is public of media response
|
String |
toString() |
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeleted
public MediaResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, int status, double size, boolean isPublic, String locationId, String orgUuid, String catalogUuid, String storageProfileUuid, String vdcUuid, String description, String vcloudHref, Instant createdDate)
public int getStatus()
int
statuspublic double getSize()
double
sizepublic boolean isPublic()
boolean
is publicpublic String getLocationId()
String
location idpublic String getCatalogUuid()
String
catalog uuidpublic String getStorageProfileUuid()
String
storage profile uuidpublic String getDescription()
String
descriptionpublic String getVcloudHref()
String
vcloud hrefpublic Instant getCreatedDate()
Instant
created datepublic boolean equals(Object object)
equals
in class EntityResponse
public int hashCode()
hashCode
in class EntityResponse
public String toString()
toString
in class EntityResponse
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.