public class SyncGroupSchema extends Object
Constructor and Description |
---|
SyncGroupSchema() |
Modifier and Type | Method and Description |
---|---|
String |
masterSyncMemberName()
Get the masterSyncMemberName value.
|
List<SyncGroupSchemaTable> |
tables()
Get the tables value.
|
SyncGroupSchema |
withMasterSyncMemberName(String masterSyncMemberName)
Set the masterSyncMemberName value.
|
SyncGroupSchema |
withTables(List<SyncGroupSchemaTable> tables)
Set the tables value.
|
public List<SyncGroupSchemaTable> tables()
public SyncGroupSchema withTables(List<SyncGroupSchemaTable> tables)
tables
- the tables value to setpublic String masterSyncMemberName()
public SyncGroupSchema withMasterSyncMemberName(String masterSyncMemberName)
masterSyncMemberName
- the masterSyncMemberName value to setCopyright © 2019. All rights reserved.