Package com.epicbot.api.shared.model.ge
Class GrandExchangeItemDetail.GrandExchangeItemPriceDetail
- java.lang.Object
-
- com.epicbot.api.shared.model.ge.GrandExchangeItemDetail.GrandExchangeItemPriceDetail
-
- Enclosing class:
- GrandExchangeItemDetail
public static class GrandExchangeItemDetail.GrandExchangeItemPriceDetail extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GrandExchangeItemDetail.GrandExchangeItemPriceDetail.Trend
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
change
java.lang.String
price
GrandExchangeItemDetail.GrandExchangeItemPriceDetail.Trend
trend
-
Constructor Summary
Constructors Constructor Description GrandExchangeItemPriceDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getChange()
int
getPrice()
java.lang.String
getPriceString()
GrandExchangeItemDetail.GrandExchangeItemPriceDetail.Trend
getTrend()
-
-
-
Field Detail
-
trend
@SerializedName("trend") public GrandExchangeItemDetail.GrandExchangeItemPriceDetail.Trend trend
-
price
@SerializedName("price") public java.lang.String price
-
change
@SerializedName("change") public java.lang.String change
-
-
Method Detail
-
getTrend
public GrandExchangeItemDetail.GrandExchangeItemPriceDetail.Trend getTrend()
-
getPrice
public int getPrice()
-
getChange
public java.lang.String getChange()
-
getPriceString
public java.lang.String getPriceString()
-
-