Package com.docusign.esign.model
Class UsageHistory
- java.lang.Object
-
- com.docusign.esign.model.UsageHistory
-
public class UsageHistory extends Object
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..
-
-
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..IntegergetSentCount()The number of envelopes the user has sent.IntegergetSignedCount()The number of envelopes the user has signed.inthashCode()Returns the HashCode.UsageHistorylastSentDateTime(String lastSentDateTime)lastSentDateTime.UsageHistorylastSignedDateTime(String lastSignedDateTime)lastSignedDateTime.UsageHistorysentCount(Integer sentCount)sentCount.voidsetLastSentDateTime(String lastSentDateTime)setLastSentDateTime.voidsetLastSignedDateTime(String lastSignedDateTime)setLastSignedDateTime.voidsetSentCount(Integer sentCount)setSentCount.voidsetSignedCount(Integer signedCount)setSignedCount.UsageHistorysignedCount(Integer 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(Integer sentCount)
sentCount.- Returns:
- UsageHistory
-
getSentCount
public Integer getSentCount()
The number of envelopes the user has sent. .- Returns:
- sentCount
-
setSentCount
public void setSentCount(Integer sentCount)
setSentCount.
-
signedCount
public UsageHistory signedCount(Integer signedCount)
signedCount.- Returns:
- UsageHistory
-
getSignedCount
public Integer getSignedCount()
The number of envelopes the user has signed. .- Returns:
- signedCount
-
setSignedCount
public void setSignedCount(Integer signedCount)
setSignedCount.
-
equals
public boolean equals(Object o)
Compares objects.
-
-