Class DeleteNetDetectRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.vpc.v20170312.models.DeleteNetDetectRequest
-
public class DeleteNetDetectRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteNetDetectRequest()DeleteNetDetectRequest(DeleteNetDetectRequest 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 StringgetNetDetectId()Get 网络探测实例`ID`。形如:`netd-12345678`。voidsetNetDetectId(String NetDetectId)Set 网络探测实例`ID`。形如:`netd-12345678`。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
-
DeleteNetDetectRequest
public DeleteNetDetectRequest()
-
DeleteNetDetectRequest
public DeleteNetDetectRequest(DeleteNetDetectRequest 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
-
getNetDetectId
public String getNetDetectId()
Get 网络探测实例`ID`。形如:`netd-12345678`。- Returns:
- NetDetectId 网络探测实例`ID`。形如:`netd-12345678`。
-
setNetDetectId
public void setNetDetectId(String NetDetectId)
Set 网络探测实例`ID`。形如:`netd-12345678`。- Parameters:
NetDetectId- 网络探测实例`ID`。形如:`netd-12345678`。
-
-