Class ShopOrderMessageResponse
- java.lang.Object
-
- com.github.gpluscb.ggjava.entity.AbstractGGEntity
-
- com.github.gpluscb.ggjava.entity.object.AbstractGGObject
-
- com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
-
- com.github.gpluscb.ggjava.entity.object.response.objects.ShopOrderMessageResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class ShopOrderMessageResponse extends AbstractGGResponseObject
The message and player info for a shop order
-
-
Constructor Summary
Constructors Constructor Description ShopOrderMessageResponse()ShopOrderMessageResponse(IDResponse id, StringResponse gamertag, StringResponse message, StringResponse name, PlayerResponse player, FloatResponse total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponsegetGamertag()The player's gamertag.IDResponsegetId()StringResponsegetMessage()The order messageStringResponsegetName()The player's name.PlayerResponsegetPlayer()The player who left the commentFloatResponsegetTotal()The total order amount-
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObject
checkProvided, isProvided
-
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntity
getGGEntityType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Constructor Detail
-
ShopOrderMessageResponse
public ShopOrderMessageResponse()
-
ShopOrderMessageResponse
public ShopOrderMessageResponse(IDResponse id, StringResponse gamertag, StringResponse message, StringResponse name, PlayerResponse player, FloatResponse total)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getGamertag
public StringResponse getGamertag()
The player's gamertag. Returns null if anonymous message type
-
getMessage
public StringResponse getMessage()
The order message
-
getName
public StringResponse getName()
The player's name. Returns null unless name & tag display is selected
-
getPlayer
public PlayerResponse getPlayer()
The player who left the comment
-
getTotal
public FloatResponse getTotal()
The total order amount
-
-