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
VappTemplateResponse.
- Author:
- Ari Quinones
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVappTemplateResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String description, String vcloudHref, int status, double size, String storageProfileUuid, boolean isPublic, String vdcUuid, String locationId, String orgUuid, String catalogUuid, Instant createdDate, boolean expired, List<VappTemplateVmResponse> vmTemplates) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the catalog uuid of vapp template resourceGet the created date of vapp template resourceGet the vapp template response descriptionGet the location id of vapp template resourceGet the org uuid of vapp template resourcedoublegetSize()Get the size of vapp template resourceintGet the status of vapp template responseGet storage profile uuid of vapp template resourceGet the vcloud href of vapp template responseGet the vdc uuid of vapp template resourceGet the vApp template VMs for the vApp template.inthashCode()booleanGet is expired of vapp template resourcebooleanisPublic()Get is public of vapp template resourcetoString()Methods inherited from class com.iland.core.web.rest.response.common.EntityResponse
getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, isDeleted
-
Constructor Details
-
VappTemplateResponse
public VappTemplateResponse(String uuid, String companyId, String name, boolean deleted, Instant deletedDate, Instant updatedDate, String description, String vcloudHref, int status, double size, String storageProfileUuid, boolean isPublic, String vdcUuid, String locationId, String orgUuid, String catalogUuid, Instant createdDate, boolean expired, List<VappTemplateVmResponse> vmTemplates)
-
-
Method Details
-
getDescription
Get the vapp template response description- Returns:
Stringdescription
-
getVcloudHref
Get the vcloud href of vapp template response- Returns:
Stringvcloud href
-
getStatus
public int getStatus()Get the status of vapp template response- Returns:
intstatus
-
getSize
public double getSize()Get the size of vapp template resource- Returns:
doublesize
-
getStorageProfileUuid
Get storage profile uuid of vapp template resource- Returns:
Stringstorage profile uuid
-
isPublic
public boolean isPublic()Get is public of vapp template resource- Returns:
booleanis public
-
getVdcUuid
Get the vdc uuid of vapp template resource- Returns:
Stringvdc uuid
-
getLocationId
Get the location id of vapp template resource- Returns:
Stringlocation id
-
getOrgUuid
Get the org uuid of vapp template resource- Returns:
Stringorg uuid
-
getCatalogUuid
Get the catalog uuid of vapp template resource- Returns:
Stringcatalog uuid
-
getCreatedDate
Get the created date of vapp template resource- Returns:
Instantcreated date
-
isExpired
public boolean isExpired()Get is expired of vapp template resource- Returns:
booleanis expired
-
getVmTemplates
Get the vApp template VMs for the vApp template.- Returns:
ListofVappTemplateVmResponsevm templates
-
equals
- Overrides:
equalsin classEntityResponse
-
hashCode
public int hashCode()- Overrides:
hashCodein classEntityResponse
-
toString
- Overrides:
toStringin classEntityResponse
-