Klasse PubSubResponse
java.lang.Object
com.github.twitch4j.pubsub.domain.PubSubResponse
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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()
-
Konstruktordetails
-
PubSubResponse
public PubSubResponse()
-
-
Methodendetails
-
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
-