Package com.docusign.esign.model
Class UsageHistory
- java.lang.Object
-
- com.docusign.esign.model.UsageHistory
-
- All Implemented Interfaces:
Serializable
public class UsageHistory extends Object implements Serializable
A complex element consisting of: * lastSentDateTime - the date and time the user last sent an envelope. * lastSignedDateTime - the date and time the user last signed an envelope. * sentCount - the number of envelopes the user has sent. * signedCount - the number of envelopes the user has signed..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UsageHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetLastSentDateTime()The date and time the user last sent an envelope.StringgetLastSignedDateTime()The date and time the user last signed an envelope..StringgetSentCount()The number of envelopes the user has sent.StringgetSignedCount()The number of envelopes the user has signed.inthashCode()Returns the HashCode.UsageHistorylastSentDateTime(String lastSentDateTime)lastSentDateTime.UsageHistorylastSignedDateTime(String lastSignedDateTime)lastSignedDateTime.UsageHistorysentCount(String sentCount)sentCount.voidsetLastSentDateTime(String lastSentDateTime)setLastSentDateTime.voidsetLastSignedDateTime(String lastSignedDateTime)setLastSignedDateTime.voidsetSentCount(String sentCount)setSentCount.voidsetSignedCount(String signedCount)setSignedCount.UsageHistorysignedCount(String signedCount)signedCount.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
lastSentDateTime
public UsageHistory lastSentDateTime(String lastSentDateTime)
lastSentDateTime.- Returns:
- UsageHistory
-
getLastSentDateTime
public String getLastSentDateTime()
The date and time the user last sent an envelope. .- Returns:
- lastSentDateTime
-
setLastSentDateTime
public void setLastSentDateTime(String lastSentDateTime)
setLastSentDateTime.
-
lastSignedDateTime
public UsageHistory lastSignedDateTime(String lastSignedDateTime)
lastSignedDateTime.- Returns:
- UsageHistory
-
getLastSignedDateTime
public String getLastSignedDateTime()
The date and time the user last signed an envelope..- Returns:
- lastSignedDateTime
-
setLastSignedDateTime
public void setLastSignedDateTime(String lastSignedDateTime)
setLastSignedDateTime.
-
sentCount
public UsageHistory sentCount(String sentCount)
sentCount.- Returns:
- UsageHistory
-
getSentCount
public String getSentCount()
The number of envelopes the user has sent. .- Returns:
- sentCount
-
setSentCount
public void setSentCount(String sentCount)
setSentCount.
-
signedCount
public UsageHistory signedCount(String signedCount)
signedCount.- Returns:
- UsageHistory
-
getSignedCount
public String getSignedCount()
The number of envelopes the user has signed. .- Returns:
- signedCount
-
setSignedCount
public void setSignedCount(String signedCount)
setSignedCount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-