Class PubSubResponse
java.lang.Object
com.github.twitch4j.pubsub.domain.PubSubResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getData()
PayloadgetError()
ErrorgetNonce()
Random string to identify the response associated with this request.getType()
Action Typeint
hashCode()
void
setData
(PubSubResponsePayload data) Payloadvoid
Errorvoid
Random string to identify the response associated with this request.void
setType
(PubSubType type) Action TypetoString()
-
Constructor Details
-
PubSubResponse
public PubSubResponse()
-
-
Method Details
-
getType
Action Type -
getNonce
Random string to identify the response associated with this request. -
getError
Error -
getData
Payload -
setType
Action Type -
setNonce
Random string to identify the response associated with this request. -
setError
Error -
setData
Payload -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-