com.jalios.jcms.analytics.agent
Class ContentTopValue

java.lang.Object
  extended by com.jalios.jcms.analytics.agent.ContentTopValue

public class ContentTopValue
extends Object


Constructor Summary
ContentTopValue()
           
ContentTopValue(String title, Integer requestCount)
           
 
Method Summary
 void add(int value)
           
static ContentTopValue fromJSON(String json)
           
 Integer getRequestCount()
           
 String getTitle()
           
 void setRequestCount(Integer requestCount)
           
 void setTitle(String title)
           
 String toJSON()
           
static String toJSON(ContentTopValue obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentTopValue

public ContentTopValue()

ContentTopValue

public ContentTopValue(String title,
                       Integer requestCount)
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getRequestCount

public Integer getRequestCount()

setRequestCount

public void setRequestCount(Integer requestCount)

add

public void add(int value)

toJSON

public String toJSON()

toJSON

public static String toJSON(ContentTopValue obj)

fromJSON

public static ContentTopValue fromJSON(String json)


Copyright © 2001-2010 Jalios SA. All Rights Reserved.