Class EntityResponse
java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CatalogResponse,CompanyResponse,DisasterRecoveryRunbookResponse,EdgeResponse,ExpandedVpgResponse,MediaResponse,OrgResponse,OrgVdcNetworkResponse,VappNetworkResponse,VappResponse,VappTemplateResponse,VccFailoverPlanResponse,VdcResponse,VmResponse
Entity Response.
- Author:
- Ari Quinones
- See Also:
-
Constructor Details
-
EntityResponse
-
-
Method Details
-
getUuid
Get the entity uuid- Returns:
Stringuuid
-
getName
Get the entity name- Returns:
- entity name
-
isDeleted
public boolean isDeleted()Get is deleted entity- Returns:
- boolean value
-
getDeletedDate
Get the deleted date of entity- Returns:
Instantdeleted date
-
getUpdatedDate
Get the updated date of entity- Returns:
Instantupdated date
-
getCompanyId
Get the company ID.- Returns:
Stringcompany ID
-
equals
-
hashCode
public int hashCode() -
toString
-