public class SyncGroupSchemaTableColumn extends Object
Constructor and Description |
---|
SyncGroupSchemaTableColumn() |
Modifier and Type | Method and Description |
---|---|
String |
dataSize()
Get the dataSize value.
|
String |
dataType()
Get the dataType value.
|
String |
quotedName()
Get the quotedName value.
|
SyncGroupSchemaTableColumn |
withDataSize(String dataSize)
Set the dataSize value.
|
SyncGroupSchemaTableColumn |
withDataType(String dataType)
Set the dataType value.
|
SyncGroupSchemaTableColumn |
withQuotedName(String quotedName)
Set the quotedName value.
|
public String quotedName()
public SyncGroupSchemaTableColumn withQuotedName(String quotedName)
quotedName
- the quotedName value to setpublic String dataSize()
public SyncGroupSchemaTableColumn withDataSize(String dataSize)
dataSize
- the dataSize value to setpublic String dataType()
public SyncGroupSchemaTableColumn withDataType(String dataType)
dataType
- the dataType value to setCopyright © 2019. All rights reserved.