public abstract class EntityResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| EntityResponse(String uuid,
              String name,
              boolean deleted,
              Instant deletedDate,
              Instant updatedDate,
              String companyId) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getCompanyId()Get the company ID. | 
| Instant | getDeletedDate()Get the deleted date of entity | 
| String | getName()Get the entity name | 
| Instant | getUpdatedDate()Get the updated date of entity | 
| String | getUuid()Get the entity uuid | 
| int | hashCode() | 
| boolean | isDeleted()Get is deleted entity | 
| String | toString() | 
public String getName()
public boolean isDeleted()
public Instant getDeletedDate()
Instant deleted datepublic Instant getUpdatedDate()
Instant updated dateCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.