public class DescribeMySqlProcessListRequest extends AbstractModel
Constructor and Description |
---|
DescribeMySqlProcessListRequest() |
DescribeMySqlProcessListRequest(DescribeMySqlProcessListRequest 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, which is used to filter the thread list.
|
String |
getDB()
Get Thread operation database, which is used to filter the thread list.
|
String |
getHost()
Get Thread operation host address, which is used to filter the thread list.
|
Long |
getID()
Get Thread ID, which is used to filter the thread list.
|
String |
getInfo()
Get Thread operation statement, which is used to filter the thread list.
|
String |
getInstanceId()
Get Instance ID.
|
Long |
getLimit()
Get Number of returned results.
|
String |
getProduct()
Get Service type.
|
String |
getState()
Get Thread operation status, which is used to filter the thread list.
|
Long |
getTime()
Get Minimum operation duration of the thread in seconds, which is used to filter the list of threads whose operation duration is greater than this value.
|
String |
getUser()
Get Thread operation account name, which is used to filter the thread list.
|
void |
setCommand(String Command)
Set Thread execution type, which is used to filter the thread list.
|
void |
setDB(String DB)
Set Thread operation database, which is used to filter the thread list.
|
void |
setHost(String Host)
Set Thread operation host address, which is used to filter the thread list.
|
void |
setID(Long ID)
Set Thread ID, which is used to filter the thread list.
|
void |
setInfo(String Info)
Set Thread operation statement, which is used to filter the thread list.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setLimit(Long Limit)
Set Number of returned results.
|
void |
setProduct(String Product)
Set Service type.
|
void |
setState(String State)
Set Thread operation status, which is used to filter the thread list.
|
void |
setTime(Long Time)
Set Minimum operation duration of the thread in seconds, which is used to filter the list of threads whose operation duration is greater than this value.
|
void |
setUser(String User)
Set Thread operation account name, which is used to filter the thread list.
|
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 DescribeMySqlProcessListRequest()
public DescribeMySqlProcessListRequest(DescribeMySqlProcessListRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public Long getID()
public void setID(Long ID)
ID
- Thread ID, which is used to filter the thread list.public String getUser()
public void setUser(String User)
User
- Thread operation account name, which is used to filter the thread list.public String getHost()
public void setHost(String Host)
Host
- Thread operation host address, which is used to filter the thread list.public String getDB()
public void setDB(String DB)
DB
- Thread operation database, which is used to filter the thread list.public String getState()
public void setState(String State)
State
- Thread operation status, which is used to filter the thread list.public String getCommand()
public void setCommand(String Command)
Command
- Thread execution type, which is used to filter the thread list.public Long getTime()
public void setTime(Long Time)
Time
- Minimum operation duration of the thread in seconds, which is used to filter the list of threads whose operation duration is greater than this value.public String getInfo()
public void setInfo(String Info)
Info
- Thread operation statement, which is used to filter the thread list.public Long getLimit()
public void setLimit(Long Limit)
Limit
- Number of returned results. Default value: 20.public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid values: mysql (TencentDB for MySQL), cynosdb (TDSQL-C for MySQL). Default value: mysql.Copyright © 2023. All rights reserved.