Class CountResponse


  • public class CountResponse
    extends Object
    Represents the response JSON data containing a count.
    Author:
    anthonyd
    • Constructor Detail

      • CountResponse

        public CountResponse()
    • Method Detail

      • getCount

        public int getCount()
      • setCount

        public void setCount​(int count)