Class StationsResponse
- 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.StationsResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class StationsResponse extends AbstractGGResponseObject
Stations, such as a stream setup, at an event
-
-
Constructor Summary
Constructors Constructor Description StationsResponse()
StationsResponse(IDResponse id, BooleanResponse canAutoAssign, StringResponse clusterNumber, IntResponse clusterPrefix, BooleanResponse enabled, IntResponse identifier, IntResponse numSetups, IntResponse number, StringResponse prefix, JSONResponse queue, IntResponse queueDepth, IntResponse state, TimestampResponse updatedAt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanResponse
getCanAutoAssign()
StringResponse
getClusterNumber()
IntResponse
getClusterPrefix()
BooleanResponse
getEnabled()
IDResponse
getId()
IntResponse
getIdentifier()
IntResponse
getNumber()
IntResponse
getNumSetups()
StringResponse
getPrefix()
JSONResponse
getQueue()
IntResponse
getQueueDepth()
IntResponse
getState()
TimestampResponse
getUpdatedAt()
-
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
-
StationsResponse
public StationsResponse()
-
StationsResponse
public StationsResponse(IDResponse id, BooleanResponse canAutoAssign, StringResponse clusterNumber, IntResponse clusterPrefix, BooleanResponse enabled, IntResponse identifier, IntResponse numSetups, IntResponse number, StringResponse prefix, JSONResponse queue, IntResponse queueDepth, IntResponse state, TimestampResponse updatedAt)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getCanAutoAssign
public BooleanResponse getCanAutoAssign()
-
getClusterNumber
public StringResponse getClusterNumber()
-
getClusterPrefix
public IntResponse getClusterPrefix()
-
getEnabled
public BooleanResponse getEnabled()
-
getIdentifier
public IntResponse getIdentifier()
-
getNumSetups
public IntResponse getNumSetups()
-
getNumber
public IntResponse getNumber()
-
getPrefix
public StringResponse getPrefix()
-
getQueue
public JSONResponse getQueue()
-
getQueueDepth
public IntResponse getQueueDepth()
-
getState
public IntResponse getState()
-
getUpdatedAt
public TimestampResponse getUpdatedAt()
-
-