Class WaveResponse
- 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.WaveResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class WaveResponse extends AbstractGGResponseObject
A wave in a tournament
-
-
Constructor Summary
Constructors Constructor Description WaveResponse()
WaveResponse(IDResponse id, StringResponse identifier, TimestampResponse startAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDResponse
getId()
StringResponse
getIdentifier()
The Wave IdentifierTimestampResponse
getStartAt()
Unix time the wave is scheduled to start.-
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
-
WaveResponse
public WaveResponse()
-
WaveResponse
public WaveResponse(IDResponse id, StringResponse identifier, TimestampResponse startAt)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getIdentifier
public StringResponse getIdentifier()
The Wave Identifier
-
getStartAt
public TimestampResponse getStartAt()
Unix time the wave is scheduled to start.
-
-