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 SummaryConstructors Constructor Description ShopOrderMessageResponse()ShopOrderMessageResponse(IDResponse id, StringResponse gamertag, StringResponse message, StringResponse name, PlayerResponse player, FloatResponse total)
 - 
Method SummaryAll 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.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
ShopOrderMessageResponsepublic ShopOrderMessageResponse() 
 - 
ShopOrderMessageResponsepublic ShopOrderMessageResponse(IDResponse id, StringResponse gamertag, StringResponse message, StringResponse name, PlayerResponse player, FloatResponse total) 
 
- 
 - 
Method Detail- 
getIdpublic IDResponse getId() 
 - 
getGamertagpublic StringResponse getGamertag() The player's gamertag. Returns null if anonymous message type
 - 
getMessagepublic StringResponse getMessage() The order message
 - 
getNamepublic StringResponse getName() The player's name. Returns null unless name & tag display is selected
 - 
getPlayerpublic PlayerResponse getPlayer() The player who left the comment
 - 
getTotalpublic FloatResponse getTotal() The total order amount
 
- 
 
-