public class ColumnDescription extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnDescription.ColumnType
Values MUST BE IN THE SAME ORDER AS in the RiakTsPB.TsColumnType
|
Constructor and Description |
---|
ColumnDescription(String name,
ColumnDescription.ColumnType type)
Create a new ColumnDescription.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName()
Get the Column Name.
|
ColumnDescription.ColumnType |
getType()
Get the Column Type.
|
int |
hashCode() |
public ColumnDescription(String name, ColumnDescription.ColumnType type)
name
- The name of the column. Required - must not be null or an empty string.type
- The type of the column. Required - must not be null.IllegalArgumentException
- if Column Name or Column Type are null or empty.public String getName()
public ColumnDescription.ColumnType getType()
Copyright © 2016. All rights reserved.