@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UsageHistory extends Object
A complex element consisting of: \n\n* lastSentDateTime – the date and time the user last sent an envelope. \n* lastSignedDateTime – the date and time the user last signed an envelope.\n* sentCount – the number of envelopes the user has sent.\n* signedCount – the number of envelopes the user has signed.
| 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() |
void |
setLastSentDateTime(String lastSentDateTime) |
void |
setLastSignedDateTime(String lastSignedDateTime) |
void |
setSentCount(Integer sentCount) |
void |
setSignedCount(Integer signedCount) |
String |
toString() |
public String getLastSentDateTime()
The date and time the user last sent an envelope.
public void setLastSentDateTime(String lastSentDateTime)
public String getLastSignedDateTime()
The date and time the user last signed an envelope.
public void setLastSignedDateTime(String lastSignedDateTime)
public Integer getSentCount()
The number of envelopes the user has sent.
public void setSentCount(Integer sentCount)
public Integer getSignedCount()
The number of envelopes the user has signed.
public void setSignedCount(Integer signedCount)
Copyright © 2017. All Rights Reserved.