public class ThriftEnum extends Object
| Constructor and Description |
|---|
ThriftEnum() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<ThriftEnumField> |
getFields() |
String |
getName() |
int |
hashCode() |
void |
setFields(List<ThriftEnumField> fields) |
void |
setName(String name) |
public String getName()
public void setName(String name)
name - the name to setpublic List<ThriftEnumField> getFields()
public void setFields(List<ThriftEnumField> fields)
fields - the fields to setCopyright © 2017. All rights reserved.