Class Quote.StatusTransitions

    • Constructor Detail

      • StatusTransitions

        public StatusTransitions()
    • Method Detail

      • getAcceptedAt

        public java.lang.Long getAcceptedAt()
        The time that the quote was accepted. Measured in seconds since Unix epoch.
      • getCanceledAt

        public java.lang.Long getCanceledAt()
        The time that the quote was canceled. Measured in seconds since Unix epoch.
      • getFinalizedAt

        public java.lang.Long getFinalizedAt()
        The time that the quote was finalized. Measured in seconds since Unix epoch.
      • setAcceptedAt

        public void setAcceptedAt​(java.lang.Long acceptedAt)
        The time that the quote was accepted. Measured in seconds since Unix epoch.
      • setCanceledAt

        public void setCanceledAt​(java.lang.Long canceledAt)
        The time that the quote was canceled. Measured in seconds since Unix epoch.
      • setFinalizedAt

        public void setFinalizedAt​(java.lang.Long finalizedAt)
        The time that the quote was finalized. Measured in seconds since Unix epoch.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object