Class DMSTableInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dlc.v20210125.models.DMSTableInfo
-
public class DMSTableInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DMSTableInfo()DMSTableInfo(DMSTableInfo 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 AssetgetAsset()Get 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。DMSTablegetTable()Get DMS表信息 注意:此字段可能返回 null,表示取不到有效值。voidsetAsset(Asset Asset)Set 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。voidsetTable(DMSTable Table)Set DMS表信息 注意:此字段可能返回 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
-
DMSTableInfo
public DMSTableInfo()
-
DMSTableInfo
public DMSTableInfo(DMSTableInfo 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
-
getTable
public DMSTable getTable()
Get DMS表信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Table DMS表信息 注意:此字段可能返回 null,表示取不到有效值。
-
setTable
public void setTable(DMSTable Table)
Set DMS表信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Table- DMS表信息 注意:此字段可能返回 null,表示取不到有效值。
-
getAsset
public Asset getAsset()
Get 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Asset 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。
-
setAsset
public void setAsset(Asset Asset)
Set 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Asset- 基础对象信息 注意:此字段可能返回 null,表示取不到有效值。
-
-