Class PublishResponse


  • public class PublishResponse
    extends java.lang.Object
    Contains the responses from a PublishResponse PublishResponse#publish request.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String channelId
      The channel name a message was successfully published to, or the channel name for which an error was returned.
      ErrorInfo error
      Describes the reason for which a message, or messages failed to publish to a channel as an ErrorInfo object.
      java.lang.String messageId
      The unique ID for a successfully published message.
    • Constructor Summary

      Constructors 
      Constructor Description
      PublishResponse()  
    • Field Detail

      • error

        public ErrorInfo error
        Describes the reason for which a message, or messages failed to publish to a channel as an ErrorInfo object.

        Spec: BPB2c

      • channelId

        @SerializedName("channel")
        public java.lang.String channelId
        The channel name a message was successfully published to, or the channel name for which an error was returned.

        Spec: BPB2a

      • messageId

        public java.lang.String messageId
        The unique ID for a successfully published message.

        Spec: BPB2b

    • Constructor Detail

      • PublishResponse

        public PublishResponse()