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 |
---|---|
String[] |
getAdvancedObjects()
Get Advanced object type (`account`: Account; `index`: Index; `shardkey`: Shard key, which may be adjusted later; `schema`: Database/table structure)
Note: This field may return null, indicating that no valid values can be obtained.
|
CompareObjectItem[] |
getObjectItems()
Get Object list
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getObjectMode()
Get Data comparison object mode (`all`: Entire instance; `partial`: Some objects)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setAdvancedObjects(String[] AdvancedObjects)
Set Advanced object type (`account`: Account; `index`: Index; `shardkey`: Shard key, which may be adjusted later; `schema`: Database/table structure)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setObjectItems(CompareObjectItem[] ObjectItems)
Set Object list
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setObjectMode(String ObjectMode)
Set Data comparison object mode (`all`: Entire instance; `partial`: Some objects)
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 CompareObject()
public CompareObject(CompareObject source)
public String getObjectMode()
public void setObjectMode(String ObjectMode)
ObjectMode
- Data comparison object mode (`all`: Entire instance; `partial`: Some objects)
Note: This field may return null, indicating that no valid values can be obtained.public CompareObjectItem[] getObjectItems()
public void setObjectItems(CompareObjectItem[] ObjectItems)
ObjectItems
- Object list
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 (`account`: Account; `index`: Index; `shardkey`: Shard key, which may be adjusted later; `schema`: Database/table structure)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.