public class TransactionLog extends ModelBase
Constructor and Description |
---|
TransactionLog() |
Modifier and Type | Method and Description |
---|---|
String |
getBody() |
ZonedDateTime |
getCreatedAt() |
String |
getCustomKey() |
Map<String,Object> |
getExtra() |
Long |
getOrgId() |
String |
getSubject() |
String |
getToAddress() |
String |
getType() |
Long |
getUserId() |
TransactionLog |
setBody(String body) |
TransactionLog |
setCreatedAt(ZonedDateTime createdAt) |
TransactionLog |
setCustomKey(String customKey) |
TransactionLog |
setExtra(Map<String,Object> extra) |
TransactionLog |
setOrgId(Long orgId) |
TransactionLog |
setSubject(String subject) |
TransactionLog |
setToAddress(String toAddress) |
TransactionLog |
setType(String type) |
TransactionLog |
setUserId(Long userId) |
equals, getBucket, getCompoundId, getController, getDeleted, getId, getIsNewInsert, getLastModifiedMillis, getMeta, hashCode, setBucket, setDeleted, setId, setIsNewInsert, setLastModifiedMillis
public TransactionLog()
public String getSubject()
public TransactionLog setSubject(String subject)
public TransactionLog setBody(String body)
public TransactionLog setUserId(Long userId)
public TransactionLog setOrgId(Long orgId)
public TransactionLog setType(String type)
public String getCustomKey()
public TransactionLog setCustomKey(String customKey)
public String getToAddress()
public TransactionLog setToAddress(String toAddress)
public TransactionLog setExtra(Map<String,Object> extra)
public ZonedDateTime getCreatedAt()
public TransactionLog setCreatedAt(ZonedDateTime createdAt)
Copyright © 2016. All rights reserved.