Class DspaCOSDiscoveryTaskDataSourceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dsgc.v20190723.models.DspaCOSDiscoveryTaskDataSourceInfo
-
public class DspaCOSDiscoveryTaskDataSourceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DspaCOSDiscoveryTaskDataSourceInfo()DspaCOSDiscoveryTaskDataSourceInfo(DspaCOSDiscoveryTaskDataSourceInfo 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 DspaDiscoveryTaskCOSConditiongetCondition()Get 扫描任务条件 注意:此字段可能返回 null,表示取不到有效值。StringgetDataSourceId()Get 数据源IDStringgetDataSourceName()Get 数据源名称 注意:此字段可能返回 null,表示取不到有效值。String[]getProxyAddress()Get 代理地址 注意:此字段可能返回 null,表示取不到有效值。StringgetResourceRegion()Get 资源所在地域 注意:此字段可能返回 null,表示取不到有效值。voidsetCondition(DspaDiscoveryTaskCOSCondition Condition)Set 扫描任务条件 注意:此字段可能返回 null,表示取不到有效值。voidsetDataSourceId(String DataSourceId)Set 数据源IDvoidsetDataSourceName(String DataSourceName)Set 数据源名称 注意:此字段可能返回 null,表示取不到有效值。voidsetProxyAddress(String[] ProxyAddress)Set 代理地址 注意:此字段可能返回 null,表示取不到有效值。voidsetResourceRegion(String ResourceRegion)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
-
DspaCOSDiscoveryTaskDataSourceInfo
public DspaCOSDiscoveryTaskDataSourceInfo()
-
DspaCOSDiscoveryTaskDataSourceInfo
public DspaCOSDiscoveryTaskDataSourceInfo(DspaCOSDiscoveryTaskDataSourceInfo 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- Returns:
- DataSourceId 数据源ID
-
setDataSourceId
public void setDataSourceId(String DataSourceId)
Set 数据源ID- Parameters:
DataSourceId- 数据源ID
-
getProxyAddress
public String[] getProxyAddress()
Get 代理地址 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ProxyAddress 代理地址 注意:此字段可能返回 null,表示取不到有效值。
-
setProxyAddress
public void setProxyAddress(String[] ProxyAddress)
Set 代理地址 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ProxyAddress- 代理地址 注意:此字段可能返回 null,表示取不到有效值。
-
getDataSourceName
public String getDataSourceName()
Get 数据源名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DataSourceName 数据源名称 注意:此字段可能返回 null,表示取不到有效值。
-
setDataSourceName
public void setDataSourceName(String DataSourceName)
Set 数据源名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DataSourceName- 数据源名称 注意:此字段可能返回 null,表示取不到有效值。
-
getCondition
public DspaDiscoveryTaskCOSCondition getCondition()
Get 扫描任务条件 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Condition 扫描任务条件 注意:此字段可能返回 null,表示取不到有效值。
-
setCondition
public void setCondition(DspaDiscoveryTaskCOSCondition Condition)
Set 扫描任务条件 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Condition- 扫描任务条件 注意:此字段可能返回 null,表示取不到有效值。
-
getResourceRegion
public String getResourceRegion()
Get 资源所在地域 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ResourceRegion 资源所在地域 注意:此字段可能返回 null,表示取不到有效值。
-
setResourceRegion
public void setResourceRegion(String ResourceRegion)
Set 资源所在地域 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ResourceRegion- 资源所在地域 注意:此字段可能返回 null,表示取不到有效值。
-
-