public class DeviceAccount extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeviceAccount() |
DeviceAccount(DeviceAccount 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 账号名
|
Boolean |
getBoundPassword()
Get true-已托管密码,false-未托管密码
|
Boolean |
getBoundPrivateKey()
Get true-已托管私钥,false-未托管私钥
|
Long |
getDeviceId()
Get 主机ID
|
Long |
getId()
Get 账号ID
|
void |
setAccount(String Account)
Set 账号名
|
void |
setBoundPassword(Boolean BoundPassword)
Set true-已托管密码,false-未托管密码
|
void |
setBoundPrivateKey(Boolean BoundPrivateKey)
Set true-已托管私钥,false-未托管私钥
|
void |
setDeviceId(Long DeviceId)
Set 主机ID
|
void |
setId(Long Id)
Set 账号ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DeviceAccount()
public DeviceAccount(DeviceAccount source)
public Long getId()
public void setId(Long Id)
Id
- 账号IDpublic Long getDeviceId()
public void setDeviceId(Long DeviceId)
DeviceId
- 主机IDpublic String getAccount()
public void setAccount(String Account)
Account
- 账号名public Boolean getBoundPassword()
public void setBoundPassword(Boolean BoundPassword)
BoundPassword
- true-已托管密码,false-未托管密码public Boolean getBoundPrivateKey()
public void setBoundPrivateKey(Boolean BoundPrivateKey)
BoundPrivateKey
- true-已托管私钥,false-未托管私钥Copyright © 2024. All rights reserved.