public class GcTableSyncColumnMetadata extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GcTableSyncColumnMetadata.ColumnType |
Constructor and Description |
---|
GcTableSyncColumnMetadata() |
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndexZeroIndexed()
column index zero indexed
|
String |
getColumnName()
name of column
|
GcTableSyncColumnMetadata.ColumnType |
getColumnType()
type of column
|
boolean |
isGroupingColumn()
grouping column
|
boolean |
isPrimaryKey()
if is primary key
|
boolean |
isRealTimeLastUpdatedColumn()
is it real time last updated column
|
void |
setColumnIndexZeroIndexed(int columnIndexZeroIndexed1) |
void |
setColumnName(String columnName1)
name of column
|
void |
setColumnType(GcTableSyncColumnMetadata.ColumnType columnType1)
type of column
|
void |
setGroupingColumn(boolean groupingColumn1) |
void |
setPrimaryKey(boolean primaryKey1) |
void |
setRealTimeLastUpdatedColumn(boolean b) |
public int getColumnIndexZeroIndexed()
public void setColumnIndexZeroIndexed(int columnIndexZeroIndexed1)
columnIndexZeroIndexed1
- the columnIndexZeroIndexed to setpublic GcTableSyncColumnMetadata.ColumnType getColumnType()
public void setColumnType(GcTableSyncColumnMetadata.ColumnType columnType1)
columnType1
- the columnType to setpublic String getColumnName()
public void setColumnName(String columnName1)
columnName1
- the columnName to setpublic boolean isPrimaryKey()
public void setPrimaryKey(boolean primaryKey1)
primaryKey1
- the primaryKey to setpublic boolean isGroupingColumn()
public void setGroupingColumn(boolean groupingColumn1)
groupingColumn1
- the groupingColumn to setpublic void setRealTimeLastUpdatedColumn(boolean b)
b
- public boolean isRealTimeLastUpdatedColumn()
Copyright © 2020 Internet2. All rights reserved.