public class DeleteNetDetectRequest extends AbstractModel
| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getNetDetectId()Get The `ID` of a network detection instance, such as `netd-12345678`. | 
| void | setNetDetectId(String NetDetectId)Set The `ID` of a network detection instance, such as `netd-12345678`. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DeleteNetDetectRequest()
public DeleteNetDetectRequest(DeleteNetDetectRequest source)
public String getNetDetectId()
public void setNetDetectId(String NetDetectId)
NetDetectId - The `ID` of a network detection instance, such as `netd-12345678`.Copyright © 2021. All rights reserved.