public class ConnDetectConfig extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getQuuid()Get 主机quuid | 
| String | getUuid()Get 主机uuid | 
| void | setQuuid(String Quuid)Set 主机quuid | 
| void | setUuid(String Uuid)Set 主机uuid | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ConnDetectConfig()
public ConnDetectConfig(ConnDetectConfig source)
public String getQuuid()
public void setQuuid(String Quuid)
Quuid - 主机quuidpublic String getUuid()
public void setUuid(String Uuid)
Uuid - 主机uuidCopyright © 2025. All rights reserved.