public final class Column extends Object
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Name of the Cosmos DB Cassandra table column.
|
String |
type()
Get the type property: Type of the Cosmos DB Cassandra table column.
|
void |
validate()
Validates the instance.
|
Column |
withName(String name)
Set the name property: Name of the Cosmos DB Cassandra table column.
|
Column |
withType(String type)
Set the type property: Type of the Cosmos DB Cassandra table column.
|
public String name()
public Column withName(String name)
name - the name value to set.public String type()
public Column withType(String type)
type - the type value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.