public class DeleteEventRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
idEvento |
private String |
patientCode |
| Constructor and Description |
|---|
DeleteEventRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdEvento() |
String |
getPatientCode() |
void |
setIdEvento(String idEvento) |
void |
setPatientCode(String patientCode) |