public class BindDeviceAccountPasswordRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindDeviceAccountPasswordRequest() | 
| BindDeviceAccountPasswordRequest(BindDeviceAccountPasswordRequest 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 | 
|---|---|
| Long | getId()Get 主机账号ID | 
| String | getPassword()Get 主机账号密码 | 
| void | setId(Long Id)Set 主机账号ID | 
| void | setPassword(String Password)Set 主机账号密码 | 
| 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 BindDeviceAccountPasswordRequest()
public BindDeviceAccountPasswordRequest(BindDeviceAccountPasswordRequest source)
public Long getId()
public void setId(Long Id)
Id - 主机账号IDpublic String getPassword()
public void setPassword(String Password)
Password - 主机账号密码Copyright © 2025. All rights reserved.