public class NetDetectState extends AbstractModel
Constructor and Description |
---|
NetDetectState() |
NetDetectState(NetDetectState 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.
|
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 NetDetectState()
public NetDetectState(NetDetectState source)
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 © 2021. All rights reserved.