public class EnumWithCustomOfUrlCategory extends Object
Constructor and Description |
---|
EnumWithCustomOfUrlCategory() |
EnumWithCustomOfUrlCategory(String value,
String description)
Initializes a new instance of the EnumWithCustomOfUrlCategory
|
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfUrlCategory |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Url category.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
EnumWithCustomOfUrlCategory |
value(String value) |
public EnumWithCustomOfUrlCategory value(String value)
public String getValue()
public void setValue(String value)
public EnumWithCustomOfUrlCategory description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.