public class BaseType extends ThriftType
| Modifier and Type | Class and Description |
|---|---|
static class |
BaseType.Type |
| Constructor and Description |
|---|
BaseType(BaseType.Type type,
List<TypeAnnotation> annotations) |
| Modifier and Type | Method and Description |
|---|---|
List<TypeAnnotation> |
getAnnotations() |
BaseType.Type |
getType() |
String |
toString() |
public BaseType(BaseType.Type type, List<TypeAnnotation> annotations)
public BaseType.Type getType()
public List<TypeAnnotation> getAnnotations()
public String toString()
toString in class ThriftTypeCopyright © 2012-2017. All Rights Reserved.