public class UpdateUnit extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DIFF |
static String |
ID |
static String |
KEY |
static String |
MESSAGE |
static String |
STATUS |
Constructor and Description |
---|
UpdateUnit(String unitId,
StatusCode status,
UpdateUnitKey key,
String message,
String diff) |
Modifier and Type | Method and Description |
---|---|
String |
getDiff() |
UpdateUnitKey |
getKey() |
String |
getMessage() |
StatusCode |
getStatus() |
String |
getUnitId() |
public static final String ID
public static final String STATUS
public static final String KEY
public static final String MESSAGE
public static final String DIFF
public UpdateUnit(String unitId, StatusCode status, UpdateUnitKey key, String message, String diff)
public String getUnitId()
public StatusCode getStatus()
public UpdateUnitKey getKey()
public String getMessage()
public String getDiff()
Copyright © 2019 Vitam. All rights reserved.