public class CreateDeviceAccountRequest extends AbstractModel
Constructor and Description |
---|
CreateDeviceAccountRequest() |
CreateDeviceAccountRequest(CreateDeviceAccountRequest 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 |
getAccount()
Get 账号名
|
Long |
getDeviceId()
Get 主机记录ID
|
void |
setAccount(String Account)
Set 账号名
|
void |
setDeviceId(Long DeviceId)
Set 主机记录ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CreateDeviceAccountRequest()
public CreateDeviceAccountRequest(CreateDeviceAccountRequest source)
public Long getDeviceId()
public void setDeviceId(Long DeviceId)
DeviceId
- 主机记录IDpublic String getAccount()
public void setAccount(String Account)
Account
- 账号名Copyright © 2023. All rights reserved.