public class NetDetectState extends AbstractModel
Constructor and Description |
---|
NetDetectState() |
Modifier and Type | Method and Description |
---|---|
String |
getNetDetectId()
Get The ID of a network detection instance, such as netd-12345678.
|
NetDetectIpState[] |
getNetDetectIpStateSet()
Get The array of network detection destination IP verification results.
|
void |
setNetDetectId(String NetDetectId)
Set The ID of a network detection instance, such as netd-12345678.
|
void |
setNetDetectIpStateSet(NetDetectIpState[] NetDetectIpStateSet)
Set The array of network detection destination IP verification results.
|
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, toJsonString
public String getNetDetectId()
public void setNetDetectId(String NetDetectId)
NetDetectId
- The ID of a network detection instance, such as netd-12345678.public NetDetectIpState[] getNetDetectIpStateSet()
public void setNetDetectIpStateSet(NetDetectIpState[] NetDetectIpStateSet)
NetDetectIpStateSet
- The array of network detection destination IP verification results.Copyright © 2020. All rights reserved.