public class UsageHistory extends Object
| Constructor and Description |
|---|
UsageHistory() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLastSentDateTime()
The date and time the user last sent an envelope.
|
String |
getLastSignedDateTime()
The date and time the user last signed an envelope.
|
Integer |
getSentCount()
The number of envelopes the user has sent.
|
Integer |
getSignedCount()
The number of envelopes the user has signed.
|
int |
hashCode() |
UsageHistory |
lastSentDateTime(String lastSentDateTime) |
UsageHistory |
lastSignedDateTime(String lastSignedDateTime) |
UsageHistory |
sentCount(Integer sentCount) |
void |
setLastSentDateTime(String lastSentDateTime) |
void |
setLastSignedDateTime(String lastSignedDateTime) |
void |
setSentCount(Integer sentCount) |
void |
setSignedCount(Integer signedCount) |
UsageHistory |
signedCount(Integer signedCount) |
String |
toString() |
public UsageHistory lastSentDateTime(String lastSentDateTime)
public String getLastSentDateTime()
public void setLastSentDateTime(String lastSentDateTime)
public UsageHistory lastSignedDateTime(String lastSignedDateTime)
public String getLastSignedDateTime()
public void setLastSignedDateTime(String lastSignedDateTime)
public UsageHistory sentCount(Integer sentCount)
public Integer getSentCount()
public void setSentCount(Integer sentCount)
public UsageHistory signedCount(Integer signedCount)
public Integer getSignedCount()
public void setSignedCount(Integer signedCount)
Copyright © 2018. All rights reserved.