public class Column extends Object
Constructor and Description |
---|
Column() |
Modifier and Type | Method and Description |
---|---|
String |
name()
Get name of the Cosmos DB Cassandra table column.
|
String |
type()
Get type of the Cosmos DB Cassandra table column.
|
Column |
withName(String name)
Set name of the Cosmos DB Cassandra table column.
|
Column |
withType(String type)
Set type of the Cosmos DB Cassandra table column.
|
public String name()
public Column withName(String name)
name
- the name value to setpublic String type()
Copyright © 2019. All rights reserved.