public class ContentTopValue
extends java.lang.Object
implements java.lang.Cloneable
Constructor and Description |
---|
ContentTopValue() |
ContentTopValue(java.lang.String title,
java.lang.Integer requestCount) |
Modifier and Type | Method and 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) |
public ContentTopValue()
public ContentTopValue(java.lang.String title, java.lang.Integer requestCount)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.Integer getRequestCount()
public void setRequestCount(java.lang.Integer requestCount)
public void add(int value)
public java.lang.String toJSON()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static java.lang.String toJSON(ContentTopValue obj)
public static ContentTopValue fromJSON(java.lang.String json)
Copyright © 2001-2018 Jalios SA. All Rights Reserved.