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 线程的执行类型。
|
String |
getDB()
Get 线程的操作数据库。
|
String |
getHost()
Get 线程的操作主机地址。
|
String |
getID()
Get 线程ID。
|
String |
getInfo()
Get 线程的操作语句。
|
String |
getState()
Get 线程的操作状态。
|
String |
getTime()
Get 线程的操作时长,单位秒。
|
String |
getUser()
Get 线程的操作账号名。
|
void |
setCommand(String Command)
Set 线程的执行类型。
|
void |
setDB(String DB)
Set 线程的操作数据库。
|
void |
setHost(String Host)
Set 线程的操作主机地址。
|
void |
setID(String ID)
Set 线程ID。
|
void |
setInfo(String Info)
Set 线程的操作语句。
|
void |
setState(String State)
Set 线程的操作状态。
|
void |
setTime(String Time)
Set 线程的操作时长,单位秒。
|
void |
setUser(String User)
Set 线程的操作账号名。
|
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 MySqlProcess()
public MySqlProcess(MySqlProcess source)
public String getID()
public void setID(String ID)
ID
- 线程ID。public String getUser()
public void setUser(String User)
User
- 线程的操作账号名。public String getHost()
public void setHost(String Host)
Host
- 线程的操作主机地址。public String getDB()
public void setDB(String DB)
DB
- 线程的操作数据库。public String getState()
public void setState(String State)
State
- 线程的操作状态。public String getCommand()
public void setCommand(String Command)
Command
- 线程的执行类型。public String getTime()
public void setTime(String Time)
Time
- 线程的操作时长,单位秒。public String getInfo()
public void setInfo(String Info)
Info
- 线程的操作语句。Copyright © 2021. All rights reserved.