Class ConnDetectConfig
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ConnDetectConfig
-
public class ConnDetectConfig extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ConnDetectConfig()ConnDetectConfig(ConnDetectConfig 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 StringgetQuuid()Get 主机quuidStringgetUuid()Get 主机uuidvoidsetQuuid(String Quuid)Set 主机quuidvoidsetUuid(String Uuid)Set 主机uuidvoidtoMap(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
-
ConnDetectConfig
public ConnDetectConfig()
-
ConnDetectConfig
public ConnDetectConfig(ConnDetectConfig 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
-
getQuuid
public String getQuuid()
Get 主机quuid- Returns:
- Quuid 主机quuid
-
setQuuid
public void setQuuid(String Quuid)
Set 主机quuid- Parameters:
Quuid- 主机quuid
-
getUuid
public String getUuid()
Get 主机uuid- Returns:
- Uuid 主机uuid
-
setUuid
public void setUuid(String Uuid)
Set 主机uuid- Parameters:
Uuid- 主机uuid
-
-