Class PubSubRequest
java.lang.Object
com.github.twitch4j.pubsub.domain.PubSubRequest
PubSub Request
Will ignore null values when serializing the request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetData()Data (Body)getNonce()Random string to identify the response associated with this request.getType()Action TypeinthashCode()voidData (Body)voidRandom string to identify the response associated with this request.voidsetType(PubSubType type) Action TypetoString()
-
Constructor Details
-
PubSubRequest
public PubSubRequest()
-
-
Method Details
-
getType
Action Type -
getNonce
Random string to identify the response associated with this request. -
getData
Data (Body) -
setType
Action Type -
setNonce
Random string to identify the response associated with this request. -
setData
Data (Body) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-