public class SkippedItem extends AbstractModel
| Constructor and Description | 
|---|
| SkippedItem() | 
| SkippedItem(SkippedItem 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 | getDb()Get Database name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getReason()Get The cause why check is not initiated
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getTable()Get Table name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setDb(String Db)Set Database name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setReason(String Reason)Set The cause why check is not initiated
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setTable(String Table)Set Table name
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, toJsonStringpublic SkippedItem()
public SkippedItem(SkippedItem source)
public String getDb()
public void setDb(String Db)
Db - Database name
Note: This field may return null, indicating that no valid values can be obtained.public String getTable()
public void setTable(String Table)
Table - Table name
Note: This field may return null, indicating that no valid values can be obtained.public String getReason()
public void setReason(String Reason)
Reason - The cause why check is not initiated
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.