Class ProbeTaskBasicConfiguration
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cat.v20180409.models.ProbeTaskBasicConfiguration
-
public class ProbeTaskBasicConfiguration extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProbeTaskBasicConfiguration()
ProbeTaskBasicConfiguration(ProbeTaskBasicConfiguration 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 String
getName()
Get 拨测任务名称String
getTargetAddress()
Get 拨测目标地址void
setName(String Name)
Set 拨测任务名称void
setTargetAddress(String TargetAddress)
Set 拨测目标地址void
toMap(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
-
ProbeTaskBasicConfiguration
public ProbeTaskBasicConfiguration()
-
ProbeTaskBasicConfiguration
public ProbeTaskBasicConfiguration(ProbeTaskBasicConfiguration 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
-
getName
public String getName()
Get 拨测任务名称- Returns:
- Name 拨测任务名称
-
setName
public void setName(String Name)
Set 拨测任务名称- Parameters:
Name
- 拨测任务名称
-
getTargetAddress
public String getTargetAddress()
Get 拨测目标地址- Returns:
- TargetAddress 拨测目标地址
-
setTargetAddress
public void setTargetAddress(String TargetAddress)
Set 拨测目标地址- Parameters:
TargetAddress
- 拨测目标地址
-
-