Class StreamsResponse
- 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.StreamsResponse
-
- All Implemented Interfaces:
GGEntity
,GGObject
,GGResponseObject
public class StreamsResponse extends AbstractGGResponseObject
Tournament Stream
-
-
Constructor Summary
Constructors Constructor Description StreamsResponse()
StreamsResponse(IDResponse id, BooleanResponse enabled, IntResponse followerCount, BooleanResponse isOnline, IntResponse numSetups, IntResponse parentStreamId, StringResponse streamGame, StringResponse streamId, StringResponse streamLogo, StringResponse streamName, StreamSourceResponse streamSource, StringResponse streamStatus, IntResponse streamType, IntResponse streamTypeId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanResponse
getEnabled()
IntResponse
getFollowerCount()
IDResponse
getId()
BooleanResponse
getIsOnline()
IntResponse
getNumSetups()
IntResponse
getParentStreamId()
StringResponse
getStreamGame()
StringResponse
getStreamId()
StringResponse
getStreamLogo()
StringResponse
getStreamName()
StreamSourceResponse
getStreamSource()
StringResponse
getStreamStatus()
IntResponse
getStreamType()
IntResponse
getStreamTypeId()
-
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
-
StreamsResponse
public StreamsResponse()
-
StreamsResponse
public StreamsResponse(IDResponse id, BooleanResponse enabled, IntResponse followerCount, BooleanResponse isOnline, IntResponse numSetups, IntResponse parentStreamId, StringResponse streamGame, StringResponse streamId, StringResponse streamLogo, StringResponse streamName, StreamSourceResponse streamSource, StringResponse streamStatus, IntResponse streamType, IntResponse streamTypeId)
-
-
Method Detail
-
getId
public IDResponse getId()
-
getEnabled
public BooleanResponse getEnabled()
-
getFollowerCount
public IntResponse getFollowerCount()
-
getIsOnline
public BooleanResponse getIsOnline()
-
getNumSetups
public IntResponse getNumSetups()
-
getParentStreamId
public IntResponse getParentStreamId()
-
getStreamGame
public StringResponse getStreamGame()
-
getStreamId
public StringResponse getStreamId()
-
getStreamLogo
public StringResponse getStreamLogo()
-
getStreamName
public StringResponse getStreamName()
-
getStreamSource
public StreamSourceResponse getStreamSource()
-
getStreamStatus
public StringResponse getStreamStatus()
-
getStreamType
public IntResponse getStreamType()
-
getStreamTypeId
public IntResponse getStreamTypeId()
-
-