public class SkippedItem extends AbstractModel
header, skipSign| 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 数据库名 | 
| String | getReason()Get 未发起检查的原因 | 
| String | getSchema()Get schema名 | 
| String | getTable()Get 表名 | 
| void | setDb(String Db)Set 数据库名 | 
| void | setReason(String Reason)Set 未发起检查的原因 | 
| void | setSchema(String Schema)Set schema名 | 
| void | setTable(String Table)Set 表名 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SkippedItem()
public SkippedItem(SkippedItem source)
public String getDb()
public void setDb(String Db)
Db - 数据库名public String getSchema()
public void setSchema(String Schema)
Schema - schema名public String getTable()
public void setTable(String Table)
Table - 表名public String getReason()
public void setReason(String Reason)
Reason - 未发起检查的原因Copyright © 2025. All rights reserved.