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.
|
String |
getSentCount()
The number of envelopes the user has sent.
|
String |
getSignedCount()
The number of envelopes the user has signed.
|
int |
hashCode() |
UsageHistory |
lastSentDateTime(String lastSentDateTime) |
UsageHistory |
lastSignedDateTime(String lastSignedDateTime) |
UsageHistory |
sentCount(String sentCount) |
void |
setLastSentDateTime(String lastSentDateTime) |
void |
setLastSignedDateTime(String lastSignedDateTime) |
void |
setSentCount(String sentCount) |
void |
setSignedCount(String signedCount) |
UsageHistory |
signedCount(String 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(String sentCount)
public String getSentCount()
public void setSentCount(String sentCount)
public UsageHistory signedCount(String signedCount)
public String getSignedCount()
public void setSignedCount(String signedCount)
Copyright © 2020. All rights reserved.