public class Account extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
Account()  | 
Account(Account 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 | 
getAccountCreateTime()
Get Account creation time. 
 | 
String | 
getGroups()
Get Account group. 
 | 
Long | 
getId()
Get Unique ID. 
 | 
String | 
getLastLoginTime()
Get Account last login time. 
 | 
String | 
getMachineIp()
Get Private IP of server. 
 | 
String | 
getMachineName()
Get Server name. 
 | 
String | 
getPrivilege()
Get Account type. 
 | 
String | 
getUsername()
Get Account name. 
 | 
String | 
getUuid()
Get CWP agent `Uuid` 
 | 
void | 
setAccountCreateTime(String AccountCreateTime)
Set Account creation time. 
 | 
void | 
setGroups(String Groups)
Set Account group. 
 | 
void | 
setId(Long Id)
Set Unique ID. 
 | 
void | 
setLastLoginTime(String LastLoginTime)
Set Account last login time. 
 | 
void | 
setMachineIp(String MachineIp)
Set Private IP of server. 
 | 
void | 
setMachineName(String MachineName)
Set Server name. 
 | 
void | 
setPrivilege(String Privilege)
Set Account type. 
 | 
void | 
setUsername(String Username)
Set Account name. 
 | 
void | 
setUuid(String Uuid)
Set CWP agent `Uuid` 
 | 
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 Account()
public Account(Account source)
public Long getId()
public void setId(Long Id)
Id - Unique ID.public String getUuid()
public void setUuid(String Uuid)
Uuid - CWP agent `Uuid`public String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Private IP of server.public String getMachineName()
public void setMachineName(String MachineName)
MachineName - Server name.public String getUsername()
public void setUsername(String Username)
Username - Account name.public String getGroups()
public void setGroups(String Groups)
Groups - Account group.public String getPrivilege()
public void setPrivilege(String Privilege)
Privilege - Account type.
public String getAccountCreateTime()
public void setAccountCreateTime(String AccountCreateTime)
AccountCreateTime - Account creation time.public String getLastLoginTime()
public void setLastLoginTime(String LastLoginTime)
LastLoginTime - Account last login time.Copyright © 2025. All rights reserved.