Class Action

    • Constructor Detail

      • Action

        public Action​(Identity identity,
                      TimeStamp timeStamp)
        Constructor.
        Parameters:
        identity - the identity. Cannot be null
        timeStamp - the time stamp. May be null
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getIdentity

        public Identity getIdentity()
        Returns the identity.
        Returns:
        the identity. Never null.
      • getTimeStamp

        public TimeStamp getTimeStamp()
        Returns the time stamp.
        Returns:
        the time stamp. May be null.