Class PlayerRankResponse
- 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.PlayerRankResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class PlayerRankResponse extends AbstractGGResponseObject
A player's ranks
-
-
Constructor Summary
Constructors Constructor Description PlayerRankResponse()PlayerRankResponse(IDResponse id, IntResponse rank, StringResponse title)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponsegetId()IntResponsegetRank()The player's placement on the rankingStringResponsegetTitle()-
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
-
PlayerRankResponse
public PlayerRankResponse()
-
PlayerRankResponse
public PlayerRankResponse(IDResponse id, IntResponse rank, StringResponse title)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getRank
public IntResponse getRank()
The player's placement on the ranking
-
getTitle
public StringResponse getTitle()
-
-