public class UpdateUnitMetadataReportEntry extends ReportEntry
Modifier and Type | Field and Description |
---|---|
static String |
MESSAGE |
static String |
PROCESS_ID |
static String |
RESULT_KEY |
static String |
STATUS |
static String |
TENANT_ID |
DETAIL_ID, DETAIL_TYPE, OUTCOME
Constructor and Description |
---|
UpdateUnitMetadataReportEntry(Integer tenantId,
String processId,
String unitId,
String resultKey,
StatusCode status,
String outcome,
String message) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMessage() |
String |
getProcessId() |
String |
getResultKey() |
StatusCode |
getStatus() |
Integer |
getTenantId() |
int |
hashCode() |
getDetailId, getDetailType, getOutcome
public static final String RESULT_KEY
public static final String PROCESS_ID
public static final String TENANT_ID
public static final String STATUS
public static final String MESSAGE
public String getResultKey()
public StatusCode getStatus()
public String getMessage()
public Integer getTenantId()
public String getProcessId()
Copyright © 2019 Vitam. All rights reserved.