Package com.epicbot.api.shared.model.ge
Class GrandExchangeItemDetail
- java.lang.Object
-
- com.epicbot.api.shared.model.ge.GrandExchangeItemDetail
-
public class GrandExchangeItemDetail extends java.lang.Object
Item detail pojo for https://secure.runescape.com/m=itemdb_oldschool/api/catalogue/detail.json?item=1275.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GrandExchangeItemDetail.GrandExchangeItemPriceDetail
-
Constructor Summary
Constructors Constructor Description GrandExchangeItemDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCurrentPrice()
GrandExchangeItemDetail.GrandExchangeItemPriceDetail
getCurrentPriceDetails()
java.lang.String
getDescription()
java.lang.String
getIconLargeUrl()
java.lang.String
getIconUrl()
int
getId()
GrandExchangeItemDetail.GrandExchangeItemPriceDetail
getLast180DaysPriceDetails()
GrandExchangeItemDetail.GrandExchangeItemPriceDetail
getLast30DaysPriceDetails()
GrandExchangeItemDetail.GrandExchangeItemPriceDetail
getLast90DaysPriceDetails()
java.lang.String
getName()
GrandExchangeItemDetail.GrandExchangeItemPriceDetail
getTodaysPriceDetails()
boolean
isMembers()
java.lang.String
toString()
-
-
-
Method Detail
-
getId
public int getId()
-
getName
public java.lang.String getName()
-
getDescription
public java.lang.String getDescription()
-
getIconUrl
public java.lang.String getIconUrl()
-
getIconLargeUrl
public java.lang.String getIconLargeUrl()
-
isMembers
public boolean isMembers()
-
getCurrentPrice
public int getCurrentPrice()
-
getCurrentPriceDetails
public GrandExchangeItemDetail.GrandExchangeItemPriceDetail getCurrentPriceDetails()
-
getTodaysPriceDetails
public GrandExchangeItemDetail.GrandExchangeItemPriceDetail getTodaysPriceDetails()
-
getLast30DaysPriceDetails
public GrandExchangeItemDetail.GrandExchangeItemPriceDetail getLast30DaysPriceDetails()
-
getLast90DaysPriceDetails
public GrandExchangeItemDetail.GrandExchangeItemPriceDetail getLast90DaysPriceDetails()
-
getLast180DaysPriceDetails
public GrandExchangeItemDetail.GrandExchangeItemPriceDetail getLast180DaysPriceDetails()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-