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 | getBoundKubeconfig()Get 是否托管凭证, true-托管,false-未托管 | 
| Boolean | getBoundPassword()Get true-已托管密码,false-未托管密码 | 
| Boolean | getBoundPrivateKey()Get true-已托管私钥,false-未托管私钥 | 
| Long | getDeviceId()Get 主机ID | 
| Long | getId()Get 账号ID | 
| Boolean | getIsK8SManageAccount()Get 是否为k8s资产管理账号 | 
| void | setAccount(String Account)Set 账号名 | 
| void | setBoundKubeconfig(Boolean BoundKubeconfig)Set 是否托管凭证, true-托管,false-未托管 | 
| 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 | setIsK8SManageAccount(Boolean IsK8SManageAccount)Set 是否为k8s资产管理账号 | 
| 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 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-未托管私钥public Boolean getBoundKubeconfig()
public void setBoundKubeconfig(Boolean BoundKubeconfig)
BoundKubeconfig - 是否托管凭证, true-托管,false-未托管public Boolean getIsK8SManageAccount()
public void setIsK8SManageAccount(Boolean IsK8SManageAccount)
IsK8SManageAccount - 是否为k8s资产管理账号Copyright © 2025. All rights reserved.