Class OfferLog

  • All Implemented Interfaces:
    java.lang.Comparable<OfferLog>

    public class OfferLog
    extends java.lang.Object
    implements java.lang.Comparable<OfferLog>
    OfferLog.
    • Constructor Detail

      • OfferLog

        public OfferLog()
        Constructor,jackson usage only
      • OfferLog

        public OfferLog​(java.lang.String container,
                        java.lang.String fileName,
                        OfferLogAction action)
        Constructor
        Parameters:
        container - container
        fileName - fileName
        action - action
      • OfferLog

        public OfferLog​(long sequence,
                        java.time.LocalDateTime time,
                        java.lang.String container,
                        java.lang.String fileName,
                        OfferLogAction action)
    • Method Detail

      • getSequence

        public long getSequence()
        Returns:
        the sequence
      • setSequence

        public OfferLog setSequence​(long sequence)
        Parameters:
        sequence - the sequence to set
        Returns:
        this
      • getTime

        public java.time.LocalDateTime getTime()
        Returns:
        the time
      • setTime

        public OfferLog setTime​(java.time.LocalDateTime time)
        Parameters:
        time - the time to set
        Returns:
        this
      • getContainer

        public java.lang.String getContainer()
        Returns:
        the container
      • setContainer

        public OfferLog setContainer​(java.lang.String container)
        Parameters:
        container - the container to set
        Returns:
        this
      • getFileName

        public java.lang.String getFileName()
        Returns:
        the fileName
      • setFileName

        public OfferLog setFileName​(java.lang.String fileName)
        Parameters:
        fileName - the fileName to set
        Returns:
        this
      • setAction

        public OfferLog setAction​(OfferLogAction action)
        Parameters:
        action - the action to set
        Returns:
        this
      • equals

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

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

        public int compareTo​(OfferLog o)
        Specified by:
        compareTo in interface java.lang.Comparable<OfferLog>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object