SyncGroupSchemaTableColumn Class

  • java.lang.Object
    • com.microsoft.azure.management.sql.SyncGroupSchemaTableColumn

public class SyncGroupSchemaTableColumn

Properties of column in sync group table.

Constructor Summary

Constructor Description
SyncGroupSchemaTableColumn()

Method Summary

Modifier and Type Method and Description
java.lang.String dataSize()

Get data size of the column.

java.lang.String dataType()

Get data type of the column.

java.lang.String quotedName()

Get quoted name of sync group table column.

SyncGroupSchemaTableColumn withDataSize(String dataSize)

Set data size of the column.

SyncGroupSchemaTableColumn withDataType(String dataType)

Set data type of the column.

SyncGroupSchemaTableColumn withQuotedName(String quotedName)

Set quoted name of sync group table column.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

SyncGroupSchemaTableColumn

public SyncGroupSchemaTableColumn()

Method Details

dataSize

public String dataSize()

Get data size of the column.

Returns:

the dataSize value

dataType

public String dataType()

Get data type of the column.

Returns:

the dataType value

quotedName

public String quotedName()

Get quoted name of sync group table column.

Returns:

the quotedName value

withDataSize

public SyncGroupSchemaTableColumn withDataSize(String dataSize)

Set data size of the column.

Parameters:

dataSize - the dataSize value to set

Returns:

the SyncGroupSchemaTableColumn object itself.

withDataType

public SyncGroupSchemaTableColumn withDataType(String dataType)

Set data type of the column.

Parameters:

dataType - the dataType value to set

Returns:

the SyncGroupSchemaTableColumn object itself.

withQuotedName

public SyncGroupSchemaTableColumn withQuotedName(String quotedName)

Set quoted name of sync group table column.

Parameters:

quotedName - the quotedName value to set

Returns:

the SyncGroupSchemaTableColumn object itself.

Applies to