Class PushersResponse


  • public class PushersResponse
    extends Object
    Pusher list.
    • Field Detail

      • pushers

        private List<Pusher> pushers
        An array containing the current pushers for the user.
    • Constructor Detail

      • PushersResponse

        public PushersResponse()
    • Method Detail

      • setPushers

        public void setPushers​(List<Pusher> pushers)