Class StreamQueueResponse
- 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.StreamQueueResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class StreamQueueResponse extends AbstractGGResponseObject
A Stream queue object
-
-
Constructor Summary
Constructors Constructor Description StreamQueueResponse()
StreamQueueResponse(StringResponse id, ListResponse<SetResponse> sets, StreamsResponse stream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringResponse
getId()
ListResponse<SetResponse>
getSets()
The sets on the streamStreamsResponse
getStream()
The stream on the queue-
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
-
StreamQueueResponse
public StreamQueueResponse()
-
StreamQueueResponse
public StreamQueueResponse(StringResponse id, ListResponse<SetResponse> sets, StreamsResponse stream)
-
-
Method Detail
-
getId
public StringResponse getId()
-
getSets
public ListResponse<SetResponse> getSets()
The sets on the stream
-
getStream
public StreamsResponse getStream()
The stream on the queue
-
-