public class CompareObject extends AbstractModel
| Constructor and Description | 
|---|
| CompareObject() | 
| CompareObject(CompareObject 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 | 
|---|---|
| CompareObjectItem[] | getObjectItems()Get Migration database/table configuration
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getObjectMode()Get Object migration mode. | 
| void | setObjectItems(CompareObjectItem[] ObjectItems)Set Migration database/table configuration
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setObjectMode(String ObjectMode)Set Object migration mode. | 
| 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, toJsonStringpublic CompareObject()
public CompareObject(CompareObject source)
public String getObjectMode()
public void setObjectMode(String ObjectMode)
ObjectMode - Object migration mode. Valid values: `all`, `partial`.
Note: This field may return null, indicating that no valid values can be obtained.public CompareObjectItem[] getObjectItems()
public void setObjectItems(CompareObjectItem[] ObjectItems)
ObjectItems - Migration database/table configuration
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.