public class AuditLogJson extends Object
| Constructor and Description |
|---|
AuditLogJson(AuditLog auditLog) |
AuditLogJson(AuditLogWithHistory auditLogWithHistory) |
AuditLogJson(String changeType,
org.joda.time.DateTime changeDate,
org.killbill.billing.ObjectType objectType,
UUID objectId,
String changedBy,
String reasonCode,
String comments,
String userToken,
Entity history) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.joda.time.DateTime |
getChangeDate() |
String |
getChangedBy() |
String |
getChangeType() |
String |
getComments() |
Entity |
getHistory() |
UUID |
getObjectId() |
org.killbill.billing.ObjectType |
getObjectType() |
String |
getReasonCode() |
String |
getUserToken() |
int |
hashCode() |
String |
toString() |
public AuditLogJson(String changeType, org.joda.time.DateTime changeDate, org.killbill.billing.ObjectType objectType, UUID objectId, String changedBy, String reasonCode, String comments, String userToken, Entity history)
public AuditLogJson(AuditLogWithHistory auditLogWithHistory)
public AuditLogJson(AuditLog auditLog)
public String getChangeType()
public org.joda.time.DateTime getChangeDate()
public String getChangedBy()
public String getReasonCode()
public String getComments()
public String getUserToken()
public org.killbill.billing.ObjectType getObjectType()
public UUID getObjectId()
public Entity getHistory()
Copyright © 2010–2022. All rights reserved.