public class RemoveMachineRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RemoveMachineRequest() | 
| RemoveMachineRequest(RemoveMachineRequest 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 RemoveMachineRequest()
public RemoveMachineRequest(RemoveMachineRequest source)
public String getUuid()
public void setUuid(String Uuid)
Uuid - 主机Uuidpublic String getQuuid()
public void setQuuid(String Quuid)
Quuid - 主机QuuidCopyright © 2025. All rights reserved.