Package org.killbill.billing.jaxrs.json
Class AuditLogJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.AuditLogJson
-
public class AuditLogJson extends Object
-
-
Constructor Summary
Constructors Constructor Description 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)AuditLogJson(AuditLog auditLog)AuditLogJson(AuditLogWithHistory auditLogWithHistory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.joda.time.DateTimegetChangeDate()StringgetChangedBy()StringgetChangeType()StringgetComments()EntitygetHistory()UUIDgetObjectId()org.killbill.billing.ObjectTypegetObjectType()StringgetReasonCode()StringgetUserToken()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
AuditLogJson
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)
-
AuditLogJson
public AuditLogJson(AuditLogWithHistory auditLogWithHistory)
-
AuditLogJson
public AuditLogJson(AuditLog auditLog)
-
-
Method Detail
-
getChangeType
public String getChangeType()
-
getChangeDate
public org.joda.time.DateTime getChangeDate()
-
getChangedBy
public String getChangedBy()
-
getReasonCode
public String getReasonCode()
-
getComments
public String getComments()
-
getUserToken
public String getUserToken()
-
getObjectType
public org.killbill.billing.ObjectType getObjectType()
-
getObjectId
public UUID getObjectId()
-
getHistory
public Entity getHistory()
-
-