public class AccountCreateInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
AccountCreateInfo() |
AccountCreateInfo(AccountCreateInfo 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 |
getAccountType()
Get 账号类型,IsAdmin的扩展字段。 L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限,默认L3
|
String |
getAuthentication()
Get win-windows鉴权,sql-sqlserver鉴权,不填默认值为sql-sqlserver鉴权
|
DBPrivilege[] |
getDBPrivileges()
Get DB权限列表
|
Boolean |
getIsAdmin()
Get 是否为管理员账户,当值为true 等价于单节点AccountType=L0,双节点AccountType=L1,当值为false,等价于AccountType=L3
|
Boolean |
getIsCam()
Get 是否开启CAM验证
|
String |
getPassword()
Get 实例密码
|
String |
getRemark()
Get 账号备注信息
|
String |
getUserName()
Get 实例用户名
|
void |
setAccountType(String AccountType)
Set 账号类型,IsAdmin的扩展字段。 L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限,默认L3
|
void |
setAuthentication(String Authentication)
Set win-windows鉴权,sql-sqlserver鉴权,不填默认值为sql-sqlserver鉴权
|
void |
setDBPrivileges(DBPrivilege[] DBPrivileges)
Set DB权限列表
|
void |
setIsAdmin(Boolean IsAdmin)
Set 是否为管理员账户,当值为true 等价于单节点AccountType=L0,双节点AccountType=L1,当值为false,等价于AccountType=L3
|
void |
setIsCam(Boolean IsCam)
Set 是否开启CAM验证
|
void |
setPassword(String Password)
Set 实例密码
|
void |
setRemark(String Remark)
Set 账号备注信息
|
void |
setUserName(String UserName)
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, toJsonString
public AccountCreateInfo()
public AccountCreateInfo(AccountCreateInfo source)
public String getUserName()
public void setUserName(String UserName)
UserName
- 实例用户名public String getPassword()
public void setPassword(String Password)
Password
- 实例密码public DBPrivilege[] getDBPrivileges()
public void setDBPrivileges(DBPrivilege[] DBPrivileges)
DBPrivileges
- DB权限列表public String getRemark()
public void setRemark(String Remark)
Remark
- 账号备注信息public Boolean getIsAdmin()
public void setIsAdmin(Boolean IsAdmin)
IsAdmin
- 是否为管理员账户,当值为true 等价于单节点AccountType=L0,双节点AccountType=L1,当值为false,等价于AccountType=L3public String getAuthentication()
public void setAuthentication(String Authentication)
Authentication
- win-windows鉴权,sql-sqlserver鉴权,不填默认值为sql-sqlserver鉴权public String getAccountType()
public void setAccountType(String AccountType)
AccountType
- 账号类型,IsAdmin的扩展字段。 L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限,默认L3public Boolean getIsCam()
public void setIsCam(Boolean IsCam)
IsCam
- 是否开启CAM验证Copyright © 2024. All rights reserved.