public class UpdateCategory
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_CATEGORY |
Constructor and Description |
---|
UpdateCategory() |
UpdateCategory(java.lang.String category_id) |
UpdateCategory(UpdateInfo.Type type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object) |
java.lang.String |
getCategoryId() |
java.lang.String |
getCategoryName() |
java.lang.String |
getDescription() |
java.lang.String |
getDisplayName() |
UpdateInfo.Type |
getType() |
int |
hashCode() |
boolean |
isCategorySet() |
boolean |
isMessage() |
boolean |
isOPatch() |
boolean |
isPatch() |
void |
setCategory(java.lang.String category) |
void |
setCategoryId(java.lang.String _category_id) |
void |
setType(UpdateInfo.Type type) |
java.lang.String |
toString() |
public UpdateCategory()
public UpdateCategory(java.lang.String category_id)
public UpdateCategory(UpdateInfo.Type type)
public boolean isCategorySet()
public boolean isPatch()
public boolean isMessage()
public boolean isOPatch()
public UpdateInfo.Type getType()
public void setType(UpdateInfo.Type type)
public java.lang.String getCategoryName()
public void setCategory(java.lang.String category)
public boolean equals(java.lang.Object object)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String getDescription()
public java.lang.String getDisplayName()
public java.lang.String toString()
toString
in class java.lang.Object
public void setCategoryId(java.lang.String _category_id)
public java.lang.String getCategoryId()