Package net.eternalclient.api.utilities
Class ItemPrice
- java.lang.Object
-
- net.eternalclient.api.utilities.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
getHigh()
long
getHighTime()
int
getLow()
long
getLowTime()
int
hashCode()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-