public class HistoryAccount extends AbstractModel
| Constructor and Description | 
|---|
| HistoryAccount() | 
| HistoryAccount(HistoryAccount 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 | 
|---|---|
| Long | getId()Get Unique ID. | 
| String | getMachineIp()Get Private IP of server. | 
| String | getMachineName()Get Server name. | 
| String | getModifyTime()Get Change time. | 
| String | getModifyType()Get Account change type. | 
| String | getUsername()Get Account name. | 
| String | getUuid()Get CWP agent `Uuid`. | 
| void | setId(Long Id)Set Unique ID. | 
| void | setMachineIp(String MachineIp)Set Private IP of server. | 
| void | setMachineName(String MachineName)Set Server name. | 
| void | setModifyTime(String ModifyTime)Set Change time. | 
| void | setModifyType(String ModifyType)Set Account change 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic HistoryAccount()
public HistoryAccount(HistoryAccount 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 getModifyType()
public void setModifyType(String ModifyType)
ModifyType - Account change type.
public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Change time.Copyright © 2023. All rights reserved.