Class ResetDevicePasswordRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bm.v20180423.models.ResetDevicePasswordRequest
-
public class ResetDevicePasswordRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ResetDevicePasswordRequest()ResetDevicePasswordRequest(ResetDevicePasswordRequest 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 String[]getInstanceIds()Get 需要重置密码的服务器ID列表StringgetPassword()Get 新密码voidsetInstanceIds(String[] InstanceIds)Set 需要重置密码的服务器ID列表voidsetPassword(String Password)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
-
ResetDevicePasswordRequest
public ResetDevicePasswordRequest()
-
ResetDevicePasswordRequest
public ResetDevicePasswordRequest(ResetDevicePasswordRequest 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
-
getInstanceIds
public String[] getInstanceIds()
Get 需要重置密码的服务器ID列表- Returns:
- InstanceIds 需要重置密码的服务器ID列表
-
setInstanceIds
public void setInstanceIds(String[] InstanceIds)
Set 需要重置密码的服务器ID列表- Parameters:
InstanceIds- 需要重置密码的服务器ID列表
-
getPassword
public String getPassword()
Get 新密码- Returns:
- Password 新密码
-
setPassword
public void setPassword(String Password)
Set 新密码- Parameters:
Password- 新密码
-
-