Package com.docusign.esign.model
Class UsageHistory
- java.lang.Object
-
- com.docusign.esign.model.UsageHistory
-
public class UsageHistory extends java.lang.ObjectA 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..
-
-
Constructor Summary
Constructors Constructor Description UsageHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetLastSentDateTime()The date and time the user last sent an envelope.java.lang.StringgetLastSignedDateTime()The date and time the user last signed an envelope..java.lang.StringgetSentCount()The number of envelopes the user has sent.java.lang.StringgetSignedCount()The number of envelopes the user has signed.inthashCode()Returns the HashCode.UsageHistorylastSentDateTime(java.lang.String lastSentDateTime)lastSentDateTime.UsageHistorylastSignedDateTime(java.lang.String lastSignedDateTime)lastSignedDateTime.UsageHistorysentCount(java.lang.String sentCount)sentCount.voidsetLastSentDateTime(java.lang.String lastSentDateTime)setLastSentDateTime.voidsetLastSignedDateTime(java.lang.String lastSignedDateTime)setLastSignedDateTime.voidsetSentCount(java.lang.String sentCount)setSentCount.voidsetSignedCount(java.lang.String signedCount)setSignedCount.UsageHistorysignedCount(java.lang.String signedCount)signedCount.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
lastSentDateTime
public UsageHistory lastSentDateTime(java.lang.String lastSentDateTime)
lastSentDateTime.- Returns:
- UsageHistory
-
getLastSentDateTime
public java.lang.String getLastSentDateTime()
The date and time the user last sent an envelope. .- Returns:
- lastSentDateTime
-
setLastSentDateTime
public void setLastSentDateTime(java.lang.String lastSentDateTime)
setLastSentDateTime.
-
lastSignedDateTime
public UsageHistory lastSignedDateTime(java.lang.String lastSignedDateTime)
lastSignedDateTime.- Returns:
- UsageHistory
-
getLastSignedDateTime
public java.lang.String getLastSignedDateTime()
The date and time the user last signed an envelope..- Returns:
- lastSignedDateTime
-
setLastSignedDateTime
public void setLastSignedDateTime(java.lang.String lastSignedDateTime)
setLastSignedDateTime.
-
sentCount
public UsageHistory sentCount(java.lang.String sentCount)
sentCount.- Returns:
- UsageHistory
-
getSentCount
public java.lang.String getSentCount()
The number of envelopes the user has sent. .- Returns:
- sentCount
-
setSentCount
public void setSentCount(java.lang.String sentCount)
setSentCount.
-
signedCount
public UsageHistory signedCount(java.lang.String signedCount)
signedCount.- Returns:
- UsageHistory
-
getSignedCount
public java.lang.String getSignedCount()
The number of envelopes the user has signed. .- Returns:
- signedCount
-
setSignedCount
public void setSignedCount(java.lang.String signedCount)
setSignedCount.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-