public static class Iti59AuditDataset.RequestItem extends Object
| Constructor and Description |
|---|
RequestItem(String requestId,
org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode,
Set<String> providerIds) |
| Modifier and Type | Method and Description |
|---|---|
org.openehealth.ipf.commons.audit.codes.EventActionCode |
getActionCode() |
String |
getDn() |
String |
getNewRdn() |
org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator |
getOutcomeCode() |
String |
getOutcomeDescription() |
Set<String> |
getProviderIds() |
String |
getRequestId() |
void |
setDn(String dn) |
void |
setNewRdn(String newRdn) |
void |
setOutcomeCode(org.openehealth.ipf.commons.audit.codes.EventOutcomeIndicator outcomeCode) |
void |
setOutcomeDescription(String outcomeDescription) |
@ConstructorProperties(value={"requestId","actionCode","providerIds"}) @Generated(value="lombok") public RequestItem(String requestId, org.openehealth.ipf.commons.audit.codes.EventActionCode actionCode, Set<String> providerIds)
@Generated(value="lombok") public String getRequestId()
@Generated(value="lombok") public org.openehealth.ipf.commons.audit.codes.EventActionCode getActionCode()
@Generated(value="lombok") public Set<String> getProviderIds()
@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)
@Generated(value="lombok") public String getDn()
@Generated(value="lombok") public void setDn(String dn)
@Generated(value="lombok") public String getNewRdn()
@Generated(value="lombok") public void setNewRdn(String newRdn)
Copyright © 2018 Open eHealth Foundation. All rights reserved.