Class PubSubResponse
java.lang.Object
com.github.twitch4j.pubsub.domain.PubSubResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetData()PayloadgetError()ErrorgetNonce()Random string to identify the response associated with this request.getType()Action TypeinthashCode()voidsetData(PubSubResponsePayload data) PayloadvoidErrorvoidRandom string to identify the response associated with this request.voidsetType(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
-