Class ContentTopValue

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class ContentTopValue
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Detail

      • ContentTopValue

        public ContentTopValue()
      • ContentTopValue

        public ContentTopValue​(java.lang.String title,
                               java.lang.Integer requestCount)
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public void setTitle​(java.lang.String title)
      • getRequestCount

        public java.lang.Integer getRequestCount()
      • setRequestCount

        public void setRequestCount​(java.lang.Integer requestCount)
      • add

        public void add​(int value)
      • toJSON

        public java.lang.String toJSON()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • fromJSON

        public static ContentTopValue fromJSON​(java.lang.String json)