Class PusherData


  • public class PusherData
    extends Object
    Pusher data.
    • Field Detail

      • url

        private String url
        Required if kind is http. The URL to use to send notifications to.
      • format

        private String format
        The format to use when sending notifications to the Push Gateway.
    • Constructor Detail

      • PusherData

        public PusherData()
    • Method Detail

      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getFormat

        public String getFormat()
      • setFormat

        public void setFormat​(String format)