Class 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 Detail

      • UsageHistory

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

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

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