public class HistoryAccount extends AbstractModel
header, skipSign| 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 address of the host | 
| String | getMachineName()Get Host name | 
| String | getModifyTime()Get Change time | 
| String | getModifyType()Get Account change type
CREATE: account creation
MODIFY: account modification
DELETE: account deletion | 
| String | getUsername()Get Username | 
| String | getUuid()Get CWPP client UUID | 
| void | setId(Long Id)Set Unique ID | 
| void | setMachineIp(String MachineIp)Set Private IP address of the host | 
| void | setMachineName(String MachineName)Set Host name | 
| void | setModifyTime(String ModifyTime)Set Change time | 
| void | setModifyType(String ModifyType)Set Account change type
CREATE: account creation
MODIFY: account modification
DELETE: account deletion | 
| void | setUsername(String Username)Set Username | 
| void | setUuid(String Uuid)Set CWPP client UUID | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HistoryAccount()
public HistoryAccount(HistoryAccount source)
public Long getId()
public void setId(Long Id)
Id - Unique IDpublic String getUuid()
public void setUuid(String Uuid)
Uuid - CWPP client UUIDpublic String getMachineIp()
public void setMachineIp(String MachineIp)
MachineIp - Private IP address of the hostpublic String getMachineName()
public void setMachineName(String MachineName)
MachineName - Host namepublic String getUsername()
public void setUsername(String Username)
Username - Usernamepublic String getModifyType()
public void setModifyType(String ModifyType)
ModifyType - Account change type
public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime - Change timeCopyright © 2025. All rights reserved.