Class SkippedItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dts.v20211206.models.SkippedItem
-
public class SkippedItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDb()Get 数据库名 注意:此字段可能返回 null,表示取不到有效值。StringgetReason()Get 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。StringgetTable()Get 表名 注意:此字段可能返回 null,表示取不到有效值。voidsetDb(String Db)Set 数据库名 注意:此字段可能返回 null,表示取不到有效值。voidsetReason(String Reason)Set 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。voidsetTable(String Table)Set 表名 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SkippedItem
public SkippedItem()
-
SkippedItem
public 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.
-
-
Method Detail
-
getDb
public String getDb()
Get 数据库名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Db 数据库名 注意:此字段可能返回 null,表示取不到有效值。
-
setDb
public void setDb(String Db)
Set 数据库名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Db- 数据库名 注意:此字段可能返回 null,表示取不到有效值。
-
getTable
public String getTable()
Get 表名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Table 表名 注意:此字段可能返回 null,表示取不到有效值。
-
setTable
public void setTable(String Table)
Set 表名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Table- 表名 注意:此字段可能返回 null,表示取不到有效值。
-
getReason
public String getReason()
Get 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Reason 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。
-
setReason
public void setReason(String Reason)
Set 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Reason- 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。
-
-