@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") 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() |
void |
setLastSentDateTime(String lastSentDateTime) |
void |
setLastSignedDateTime(String lastSignedDateTime) |
void |
setSentCount(Integer sentCount) |
void |
setSignedCount(Integer signedCount) |
String |
toString() |
public String getLastSentDateTime()
public void setLastSentDateTime(String lastSentDateTime)
public String getLastSignedDateTime()
public void setLastSignedDateTime(String lastSignedDateTime)
public Integer getSentCount()
public void setSentCount(Integer sentCount)
public Integer getSignedCount()
public void setSignedCount(Integer signedCount)
Copyright © 2017. All rights reserved.