Class TopAssetStat
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.TopAssetStat
-
public class TopAssetStat extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TopAssetStat()TopAssetStat(TopAssetStat 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 StringgetDataSourceId()Get 数据源id 注意:此字段可能返回 null,表示取不到有效值。LonggetSensitiveCnt()Get 敏感个数 注意:此字段可能返回 null,表示取不到有效值。StringgetSubData()Get db_name 注意:此字段可能返回 null,表示取不到有效值。voidsetDataSourceId(String DataSourceId)Set 数据源id 注意:此字段可能返回 null,表示取不到有效值。voidsetSensitiveCnt(Long SensitiveCnt)Set 敏感个数 注意:此字段可能返回 null,表示取不到有效值。voidsetSubData(String SubData)Set db_name 注意:此字段可能返回 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
-
TopAssetStat
public TopAssetStat()
-
TopAssetStat
public TopAssetStat(TopAssetStat 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
-
getDataSourceId
public String getDataSourceId()
Get 数据源id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataSourceId 数据源id 注意:此字段可能返回 null,表示取不到有效值。
-
setDataSourceId
public void setDataSourceId(String DataSourceId)
Set 数据源id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataSourceId- 数据源id 注意:此字段可能返回 null,表示取不到有效值。
-
getSubData
public String getSubData()
Get db_name 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SubData db_name 注意:此字段可能返回 null,表示取不到有效值。
-
setSubData
public void setSubData(String SubData)
Set db_name 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SubData- db_name 注意:此字段可能返回 null,表示取不到有效值。
-
getSensitiveCnt
public Long getSensitiveCnt()
Get 敏感个数 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SensitiveCnt 敏感个数 注意:此字段可能返回 null,表示取不到有效值。
-
setSensitiveCnt
public void setSensitiveCnt(Long SensitiveCnt)
Set 敏感个数 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SensitiveCnt- 敏感个数 注意:此字段可能返回 null,表示取不到有效值。
-
-