Class UsageHistory


  • public class UsageHistory
    extends java.lang.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 Detail

      • UsageHistory

        public UsageHistory()
    • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object