Class SetSlotResponse
- 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.SetSlotResponse
-
- All Implemented Interfaces:
GGEntity,GGObject,GGResponseObject
public class SetSlotResponse extends AbstractGGResponseObject
A slot in a set where a seed currently or will eventually exist in order to participate in the set.
-
-
Constructor Summary
Constructors Constructor Description SetSlotResponse()SetSlotResponse(IDResponse id, EntrantResponse entrant, StringResponse prereqId, IntResponse prereqPlacement, StringResponse prereqType, SeedResponse seed, IntResponse slotIndex, StandingResponse standing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntrantResponsegetEntrant()IDResponsegetId()StringResponsegetPrereqId()Pairs with prereqType, is the ID of the prereq.IntResponsegetPrereqPlacement()Given a set prereq type, defines the placement required in the origin set to end up in this slot.StringResponsegetPrereqType()Describes where the entity in this slot comes from.SeedResponsegetSeed()IntResponsegetSlotIndex()The index of the slot.StandingResponsegetStanding()The standing within this set for the seed currently assigned to this slot.-
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
-
SetSlotResponse
public SetSlotResponse()
-
SetSlotResponse
public SetSlotResponse(IDResponse id, EntrantResponse entrant, StringResponse prereqId, IntResponse prereqPlacement, StringResponse prereqType, SeedResponse seed, IntResponse slotIndex, StandingResponse standing)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getEntrant
public EntrantResponse getEntrant()
-
getPrereqId
public StringResponse getPrereqId()
Pairs with prereqType, is the ID of the prereq.
-
getPrereqPlacement
public IntResponse getPrereqPlacement()
Given a set prereq type, defines the placement required in the origin set to end up in this slot.
-
getPrereqType
public StringResponse getPrereqType()
Describes where the entity in this slot comes from.
-
getSeed
public SeedResponse getSeed()
-
getSlotIndex
public IntResponse getSlotIndex()
The index of the slot. Unique per set.
-
getStanding
public StandingResponse getStanding()
The standing within this set for the seed currently assigned to this slot.
-
-