public static class Iti59AuditDataset.RequestItem extends Object
| Constructor and Description |
|---|
RequestItem(String requestId,
org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode) |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.audit.codes.EventActionCode |
getActionCode() |
String |
getNewUid() |
org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator |
getOutcomeCode() |
String |
getOutcomeDescription() |
org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode |
getParticipantObjectTypeCode() |
String |
getRequestId() |
String |
getUid() |
void |
setNewUid(String newUid) |
void |
setOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode) |
void |
setOutcomeDescription(String outcomeDescription) |
void |
setParticipantObjectTypeCode(org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode participantObjectTypeCode) |
void |
setUid(String uid) |
@ConstructorProperties(value={"requestId","actionCode"}) @Generated(value="lombok") public RequestItem(String requestId, org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode)
@Generated(value="lombok") public String getRequestId()
@Generated(value="lombok") public org.openehealth.ipf.commons.audit.codes.EventActionCode getActionCode()
@Generated(value="lombok") public String getUid()
@Generated(value="lombok") public void setUid(String uid)
@Generated(value="lombok") public String getNewUid()
@Generated(value="lombok") public void setNewUid(String newUid)
@Generated(value="lombok") public org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode getParticipantObjectTypeCode()
@Generated(value="lombok") public void setParticipantObjectTypeCode(org.openehealth.ipf.commons.audit.codes.ParticipantObjectTypeCode participantObjectTypeCode)
@Generated(value="lombok") public org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator getOutcomeCode()
@Generated(value="lombok") public void setOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode)
@Generated(value="lombok") public String getOutcomeDescription()
@Generated(value="lombok") public void setOutcomeDescription(String outcomeDescription)
Copyright © 2018 Open eHealth Foundation. All rights reserved.