Class ModifyMachineRemarkRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.ModifyMachineRemarkRequest
-
public class ModifyMachineRemarkRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyMachineRemarkRequest()ModifyMachineRemarkRequest(ModifyMachineRemarkRequest 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 主机QuuidStringgetRemark()Get 备注信息voidsetQuuid(String Quuid)Set 主机QuuidvoidsetRemark(String Remark)Set 备注信息voidtoMap(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
-
ModifyMachineRemarkRequest
public ModifyMachineRemarkRequest()
-
ModifyMachineRemarkRequest
public ModifyMachineRemarkRequest(ModifyMachineRemarkRequest 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
-
getRemark
public String getRemark()
Get 备注信息- Returns:
- Remark 备注信息
-
setRemark
public void setRemark(String Remark)
Set 备注信息- Parameters:
Remark- 备注信息
-
-