Package com.jalios.jcms.analytics
Class ContentTopValue
- java.lang.Object
-
- com.jalios.jcms.analytics.ContentTopValue
-
- All Implemented Interfaces:
java.lang.Cloneable
public class ContentTopValue extends java.lang.Object implements java.lang.Cloneable
-
-
Constructor Summary
Constructors Constructor Description ContentTopValue()
ContentTopValue(java.lang.String title, java.lang.Integer requestCount)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int value)
boolean
equals(java.lang.Object obj)
static ContentTopValue
fromJSON(java.lang.String json)
java.lang.Integer
getRequestCount()
java.lang.String
getTitle()
int
hashCode()
void
setRequestCount(java.lang.Integer requestCount)
void
setTitle(java.lang.String title)
java.lang.String
toJSON()
static java.lang.String
toJSON(ContentTopValue obj)
-
-
-
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 classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toJSON
public static java.lang.String toJSON(ContentTopValue obj)
-
fromJSON
public static ContentTopValue fromJSON(java.lang.String json)
-
-