public class DeletedEntity extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DeletedEntity.Reason
Reason of the removal from the list
|
Constructor and Description |
---|
DeletedEntity() |
Modifier and Type | Method and Description |
---|---|
URI |
getId()
Get id.
|
DeletedEntity.Reason |
getReason()
Get reason for deletion.
|
void |
setId(URI id)
Set id.
|
void |
setReason(DeletedEntity.Reason reason)
Set reason for deletion.
|
public URI getId()
public void setId(URI id)
id
- idpublic DeletedEntity.Reason getReason()
public void setReason(DeletedEntity.Reason reason)
reason
- for deletionCopyright © 2013–2016 The Apache Software Foundation. All rights reserved.