public abstract class AuditRESTResponse extends Object implements RESTResponse
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_CREATED_AT |
static String |
FIELD_CREATED_BY |
static String |
FIELD_OWNER |
static String |
FIELD_UPDATED_AT |
static String |
FIELD_UPDATED_BY |
Constructor and Description |
---|
AuditRESTResponse(String owner,
long createdAt,
String createdBy,
long updatedAt,
String updatedBy) |
Modifier and Type | Method and Description |
---|---|
long |
getCreatedAt() |
String |
getCreatedBy() |
String |
getOwner() |
long |
getUpdatedAt() |
String |
getUpdatedBy() |
void |
putAuditOptionsTo(Map<String,String> options) |
public static final String FIELD_OWNER
public static final String FIELD_CREATED_AT
public static final String FIELD_CREATED_BY
public static final String FIELD_UPDATED_AT
public static final String FIELD_UPDATED_BY
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.