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

public abstract class EntityResponse extends Object implements Serializable
Entity Response.
Author:
Ari Quinones
See Also:
  • Constructor Details

  • Method Details

    • getUuid

      public String getUuid()
      Get the entity uuid
      Returns:
      String uuid
    • getName

      public String getName()
      Get the entity name
      Returns:
      entity name
    • isDeleted

      public boolean isDeleted()
      Get is deleted entity
      Returns:
      boolean value
    • getDeletedDate

      public Instant getDeletedDate()
      Get the deleted date of entity
      Returns:
      Instant deleted date
    • getUpdatedDate

      public Instant getUpdatedDate()
      Get the updated date of entity
      Returns:
      Instant updated date
    • getCompanyId

      public String getCompanyId()
      Get the company ID.
      Returns:
      String company ID
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object