public abstract class EntityRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| EntityRequest(String uuid,
             String name,
             boolean deleted,
             Instant deletedDate,
             Instant updatedDate) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object object) | 
| 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()
boolean is deletedpublic Instant getDeletedDate()
Instant deleted datepublic Instant getUpdatedDate()
Instant updated dateCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.