public class AccountDetail extends AbstractModel
Constructor and Description |
---|
AccountDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get Account creation time
|
DBPrivilege[] |
getDbs()
Get Information of read and write permissions of this account on relevant databases
|
String |
getInternalStatus()
Get Internal account status, which should be `enable` normally
|
String |
getName()
Get Account name
|
String |
getPassTime()
Get Password update time
|
String |
getRemark()
Get Account remarks
|
Long |
getStatus()
Get Account status.
|
String |
getUpdateTime()
Get Account update time
|
void |
setCreateTime(String CreateTime)
Set Account creation time
|
void |
setDbs(DBPrivilege[] Dbs)
Set Information of read and write permissions of this account on relevant databases
|
void |
setInternalStatus(String InternalStatus)
Set Internal account status, which should be `enable` normally
|
void |
setName(String Name)
Set Account name
|
void |
setPassTime(String PassTime)
Set Password update time
|
void |
setRemark(String Remark)
Set Account remarks
|
void |
setStatus(Long Status)
Set Account status.
|
void |
setUpdateTime(String UpdateTime)
Set Account update time
|
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 String getName()
public void setName(String Name)
Name
- Account namepublic String getRemark()
public void setRemark(String Remark)
Remark
- Account remarkspublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- Account creation timepublic Long getStatus()
public void setStatus(Long Status)
Status
- Account status. 1: creating, 2: normal, 3: modifying, 4: resetting password, -1: deletingpublic String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime
- Account update timepublic String getPassTime()
public void setPassTime(String PassTime)
PassTime
- Password update timepublic String getInternalStatus()
public void setInternalStatus(String InternalStatus)
InternalStatus
- Internal account status, which should be `enable` normallypublic DBPrivilege[] getDbs()
public void setDbs(DBPrivilege[] Dbs)
Dbs
- Information of read and write permissions of this account on relevant databasesCopyright © 2020. All rights reserved.