public class RegisterValueEventModel extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CREATION_DATE |
static String |
OPERATION |
static String |
OPERATION_TYPE |
static String |
TOTAL_GOTS |
static String |
TOTAL_OBJECTS |
static String |
TOTAL_OBJECTS_SIZE |
static String |
TOTAL_UNITS |
Constructor and Description |
---|
RegisterValueEventModel()
Constructor without fields
use for jackson
|
Modifier and Type | Method and Description |
---|---|
String |
getCreationdate()
Get create date of this instance
|
long |
getObjectSize() |
String |
getOperation()
Get operation id
|
String |
getOperationType()
Get the operation type (INGEST, ELIMINATION, ...)
|
long |
getTotalGots() |
long |
getTotalObjects() |
long |
getTotalUnits() |
RegisterValueEventModel |
setCreationdate(String creationdate)
Set creationDate
|
RegisterValueEventModel |
setObjectSize(long objectSize) |
RegisterValueEventModel |
setOperation(String operation)
Set operation id
|
RegisterValueEventModel |
setOperationType(String operationType) |
RegisterValueEventModel |
setTotalGots(long totalGots) |
RegisterValueEventModel |
setTotalObjects(long totalObjects) |
RegisterValueEventModel |
setTotalUnits(long totalUnits) |
public static final String OPERATION
public static final String OPERATION_TYPE
public static final String TOTAL_GOTS
public static final String TOTAL_UNITS
public static final String TOTAL_OBJECTS
public static final String TOTAL_OBJECTS_SIZE
public static final String CREATION_DATE
public RegisterValueEventModel()
public String getOperation()
public RegisterValueEventModel setOperation(String operation)
operation
- public String getOperationType()
public RegisterValueEventModel setOperationType(String operationType)
operationType
- public long getTotalGots()
public RegisterValueEventModel setTotalGots(long totalGots)
public long getTotalUnits()
public RegisterValueEventModel setTotalUnits(long totalUnits)
public long getTotalObjects()
public RegisterValueEventModel setTotalObjects(long totalObjects)
public long getObjectSize()
public RegisterValueEventModel setObjectSize(long objectSize)
public String getCreationdate()
public RegisterValueEventModel setCreationdate(String creationdate)
creationdate
- Copyright © 2018 Vitam. All rights reserved.