public class MySqlProcess extends AbstractModel
| Constructor and Description | 
|---|
| MySqlProcess() | 
| MySqlProcess(MySqlProcess 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 | getCommand()Get Thread execution type. | 
| String | getDB()Get Thread operation database. | 
| String | getHost()Get Thread operation host address. | 
| String | getID()Get Thread ID. | 
| String | getInfo()Get Thread operation statement. | 
| String | getState()Get Thread operation status. | 
| String | getTime()Get Thread operation duration in seconds. | 
| String | getUser()Get Thread operation account name. | 
| void | setCommand(String Command)Set Thread execution type. | 
| void | setDB(String DB)Set Thread operation database. | 
| void | setHost(String Host)Set Thread operation host address. | 
| void | setID(String ID)Set Thread ID. | 
| void | setInfo(String Info)Set Thread operation statement. | 
| void | setState(String State)Set Thread operation status. | 
| void | setTime(String Time)Set Thread operation duration in seconds. | 
| void | setUser(String User)Set Thread operation account name. | 
| 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 MySqlProcess()
public MySqlProcess(MySqlProcess source)
public String getID()
public void setID(String ID)
ID - Thread ID.public String getUser()
public void setUser(String User)
User - Thread operation account name.public String getHost()
public void setHost(String Host)
Host - Thread operation host address.public String getDB()
public void setDB(String DB)
DB - Thread operation database.public String getState()
public void setState(String State)
State - Thread operation status.public String getCommand()
public void setCommand(String Command)
Command - Thread execution type.public String getTime()
public void setTime(String Time)
Time - Thread operation duration in seconds.public String getInfo()
public void setInfo(String Info)
Info - Thread operation statement.Copyright © 2022. All rights reserved.