public class Objects extends AbstractModel
Constructor and Description |
---|
Objects() |
Objects(Objects source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getAdvancedObjects()
Get Advanced object type, such as function and procedure.
|
Database[] |
getDatabases()
Get Sync object, which is required if `Mode` is `Partial`.
|
String |
getMode()
Get Sync object type.
|
OnlineDDL |
getOnlineDDL()
Get A redundant field that specifies the online DDL type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAdvancedObjects(String[] AdvancedObjects)
Set Advanced object type, such as function and procedure.
|
void |
setDatabases(Database[] Databases)
Set Sync object, which is required if `Mode` is `Partial`.
|
void |
setMode(String Mode)
Set Sync object type.
|
void |
setOnlineDDL(OnlineDDL OnlineDDL)
Set A redundant field that specifies the online DDL type
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Objects()
public Objects(Objects source)
public String getMode()
public void setMode(String Mode)
Mode
- Sync object type. Valid value: `Partial` (default).
Note: This field may return null, indicating that no valid values can be obtained.public Database[] getDatabases()
public void setDatabases(Database[] Databases)
Databases
- Sync object, which is required if `Mode` is `Partial`.
Note: This field may return null, indicating that no valid values can be obtained.public String[] getAdvancedObjects()
public void setAdvancedObjects(String[] AdvancedObjects)
AdvancedObjects
- Advanced object type, such as function and procedure. If you need to sync advanced objects, the initialization type must include structure initialization; that is, `Options.InitType` must be `Structure` or `Full`.
Note: This field may return null, indicating that no valid values can be obtained.public OnlineDDL getOnlineDDL()
public void setOnlineDDL(OnlineDDL OnlineDDL)
OnlineDDL
- A redundant field that specifies the online DDL type
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.