public class TransactionRetention extends Model
Constructor and Description |
---|
TransactionRetention() |
TransactionRetention(Integer draft,
Integer sent,
Integer completed,
Integer archived,
Integer declined,
Integer optedOut,
Integer expired,
Boolean includeSent) |
Modifier and Type | Method and Description |
---|---|
Integer |
getArchived() |
Integer |
getCompleted() |
Integer |
getDeclined() |
Integer |
getDraft() |
Integer |
getExpired() |
Boolean |
getIncludeSent() |
Integer |
getLifetimeTotal() |
Integer |
getLifetimeUntilCompletion() |
Integer |
getOptedOut() |
Integer |
getSent() |
TransactionRetention |
setArchived(Integer archived) |
TransactionRetention |
setCompleted(Integer completed) |
TransactionRetention |
setDeclined(Integer declined) |
TransactionRetention |
setDraft(Integer draft) |
TransactionRetention |
setExpired(Integer expired) |
TransactionRetention |
setIncludeSent(Boolean includeSent) |
TransactionRetention |
setLifetimeTotal(Integer lifetimeTotal) |
TransactionRetention |
setLifetimeUntilCompletion(Integer lifetimeUntilCompletion) |
TransactionRetention |
setOptedOut(Integer optedOut) |
TransactionRetention |
setSent(Integer sent) |
clean, getDirtyFields, isDirty, setDirty
public Integer getDraft()
public TransactionRetention setDraft(Integer draft)
public Integer getSent()
public TransactionRetention setSent(Integer sent)
public Integer getCompleted()
public TransactionRetention setCompleted(Integer completed)
public Integer getArchived()
public TransactionRetention setArchived(Integer archived)
public Integer getDeclined()
public TransactionRetention setDeclined(Integer declined)
public Integer getOptedOut()
public TransactionRetention setOptedOut(Integer optedOut)
public Integer getExpired()
public TransactionRetention setExpired(Integer expired)
public Integer getLifetimeTotal()
public TransactionRetention setLifetimeTotal(Integer lifetimeTotal)
public Integer getLifetimeUntilCompletion()
public TransactionRetention setLifetimeUntilCompletion(Integer lifetimeUntilCompletion)
public Boolean getIncludeSent()
public TransactionRetention setIncludeSent(Boolean includeSent)
Copyright 2022 OneSpan All rights reserved.