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 SummaryConstructors 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanResponsegetEnabled()IntResponsegetFollowerCount()IDResponsegetId()BooleanResponsegetIsOnline()IntResponsegetNumSetups()IntResponsegetParentStreamId()StringResponsegetStreamGame()StringResponsegetStreamId()StringResponsegetStreamLogo()StringResponsegetStreamName()StreamSourceResponsegetStreamSource()StringResponsegetStreamStatus()IntResponsegetStreamType()IntResponsegetStreamTypeId()- 
Methods inherited from class com.github.gpluscb.ggjava.entity.object.response.AbstractGGResponseObjectcheckProvided, isProvided
 - 
Methods inherited from class com.github.gpluscb.ggjava.entity.AbstractGGEntitygetGGEntityType
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Constructor Detail- 
StreamsResponsepublic StreamsResponse() 
 - 
StreamsResponsepublic 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- 
getIdpublic IDResponse getId() 
 - 
getEnabledpublic BooleanResponse getEnabled() 
 - 
getFollowerCountpublic IntResponse getFollowerCount() 
 - 
getIsOnlinepublic BooleanResponse getIsOnline() 
 - 
getNumSetupspublic IntResponse getNumSetups() 
 - 
getParentStreamIdpublic IntResponse getParentStreamId() 
 - 
getStreamGamepublic StringResponse getStreamGame() 
 - 
getStreamIdpublic StringResponse getStreamId() 
 - 
getStreamLogopublic StringResponse getStreamLogo() 
 - 
getStreamNamepublic StringResponse getStreamName() 
 - 
getStreamSourcepublic StreamSourceResponse getStreamSource() 
 - 
getStreamStatuspublic StringResponse getStreamStatus() 
 - 
getStreamTypepublic IntResponse getStreamType() 
 - 
getStreamTypeIdpublic IntResponse getStreamTypeId() 
 
- 
 
-