Class ItemPrice


  • public final class ItemPrice
    extends java.lang.Object
    Represents the price and time data for an in-game item.
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemPrice​(int high, int low, long highTime, long lowTime)  
    • Constructor Detail

      • ItemPrice

        public ItemPrice​(int high,
                         int low,
                         long highTime,
                         long lowTime)
    • Method Detail

      • getHigh

        public int getHigh()
      • getLow

        public int getLow()
      • getHighTime

        public long getHighTime()
      • getLowTime

        public long getLowTime()
      • 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
      • toString

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