Class AccountDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.sqlserver.v20180328.models.AccountDetail
-
public class AccountDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AccountDetail()
AccountDetail(AccountDetail 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
getAccountType()
Get 账号类型。L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限String
getAuthentication()
Get win-windows鉴权,sql-sqlserver鉴权String
getCreateTime()
Get 账户创建时间DBPrivilege[]
getDbs()
Get 该账户对相关db的读写权限信息String
getHost()
Get win-windows鉴权账户需要hostString
getInternalStatus()
Get 账户内部状态,正常为enableBoolean
getIsAdmin()
Get 是否为管理员账户String
getName()
Get 账户名String
getPassTime()
Get 密码更新时间String
getRemark()
Get 账户备注Long
getStatus()
Get 账户状态,1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中String
getUpdateTime()
Get 账户更新时间void
setAccountType(String AccountType)
Set 账号类型。L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限void
setAuthentication(String Authentication)
Set win-windows鉴权,sql-sqlserver鉴权void
setCreateTime(String CreateTime)
Set 账户创建时间void
setDbs(DBPrivilege[] Dbs)
Set 该账户对相关db的读写权限信息void
setHost(String Host)
Set win-windows鉴权账户需要hostvoid
setInternalStatus(String InternalStatus)
Set 账户内部状态,正常为enablevoid
setIsAdmin(Boolean IsAdmin)
Set 是否为管理员账户void
setName(String Name)
Set 账户名void
setPassTime(String PassTime)
Set 密码更新时间void
setRemark(String Remark)
Set 账户备注void
setStatus(Long Status)
Set 账户状态,1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中void
setUpdateTime(String UpdateTime)
Set 账户更新时间void
toMap(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
-
AccountDetail
public AccountDetail()
-
AccountDetail
public AccountDetail(AccountDetail 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
-
getName
public String getName()
Get 账户名- Returns:
- Name 账户名
-
setName
public void setName(String Name)
Set 账户名- Parameters:
Name
- 账户名
-
getRemark
public String getRemark()
Get 账户备注- Returns:
- Remark 账户备注
-
setRemark
public void setRemark(String Remark)
Set 账户备注- Parameters:
Remark
- 账户备注
-
getCreateTime
public String getCreateTime()
Get 账户创建时间- Returns:
- CreateTime 账户创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 账户创建时间- Parameters:
CreateTime
- 账户创建时间
-
getStatus
public Long getStatus()
Get 账户状态,1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中- Returns:
- Status 账户状态,1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
-
setStatus
public void setStatus(Long Status)
Set 账户状态,1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中- Parameters:
Status
- 账户状态,1-创建中,2-正常,3-修改中,4-密码重置中,-1-删除中
-
getUpdateTime
public String getUpdateTime()
Get 账户更新时间- Returns:
- UpdateTime 账户更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 账户更新时间- Parameters:
UpdateTime
- 账户更新时间
-
getPassTime
public String getPassTime()
Get 密码更新时间- Returns:
- PassTime 密码更新时间
-
setPassTime
public void setPassTime(String PassTime)
Set 密码更新时间- Parameters:
PassTime
- 密码更新时间
-
getInternalStatus
public String getInternalStatus()
Get 账户内部状态,正常为enable- Returns:
- InternalStatus 账户内部状态,正常为enable
-
setInternalStatus
public void setInternalStatus(String InternalStatus)
Set 账户内部状态,正常为enable- Parameters:
InternalStatus
- 账户内部状态,正常为enable
-
getDbs
public DBPrivilege[] getDbs()
Get 该账户对相关db的读写权限信息- Returns:
- Dbs 该账户对相关db的读写权限信息
-
setDbs
public void setDbs(DBPrivilege[] Dbs)
Set 该账户对相关db的读写权限信息- Parameters:
Dbs
- 该账户对相关db的读写权限信息
-
getIsAdmin
public Boolean getIsAdmin()
Get 是否为管理员账户- Returns:
- IsAdmin 是否为管理员账户
-
setIsAdmin
public void setIsAdmin(Boolean IsAdmin)
Set 是否为管理员账户- Parameters:
IsAdmin
- 是否为管理员账户
-
getAuthentication
public String getAuthentication()
Get win-windows鉴权,sql-sqlserver鉴权- Returns:
- Authentication win-windows鉴权,sql-sqlserver鉴权
-
setAuthentication
public void setAuthentication(String Authentication)
Set win-windows鉴权,sql-sqlserver鉴权- Parameters:
Authentication
- win-windows鉴权,sql-sqlserver鉴权
-
getHost
public String getHost()
Get win-windows鉴权账户需要host- Returns:
- Host win-windows鉴权账户需要host
-
setHost
public void setHost(String Host)
Set win-windows鉴权账户需要host- Parameters:
Host
- win-windows鉴权账户需要host
-
getAccountType
public String getAccountType()
Get 账号类型。L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限- Returns:
- AccountType 账号类型。L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限
-
setAccountType
public void setAccountType(String AccountType)
Set 账号类型。L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限- Parameters:
AccountType
- 账号类型。L0-超级权限(基础版独有),L1-高级权限,L2-特殊权限,L3-普通权限
-
-