Class RawSlowQuery
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.RawSlowQuery
-
public class RawSlowQuery extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RawSlowQuery()
RawSlowQuery(RawSlowQuery 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getClientAddr()
Get 执行慢SQL的客户端String
getDatabaseName()
Get 慢SQL 查询的数据库Float
getDuration()
Get 慢SQL执行 耗时String
getRawQuery()
Get 慢SQL 语句String
getSessionStartTime()
Get 慢SQL执行的开始时间String
getUserName()
Get 执行慢SQL的用户名void
setClientAddr(String ClientAddr)
Set 执行慢SQL的客户端void
setDatabaseName(String DatabaseName)
Set 慢SQL 查询的数据库void
setDuration(Float Duration)
Set 慢SQL执行 耗时void
setRawQuery(String RawQuery)
Set 慢SQL 语句void
setSessionStartTime(String SessionStartTime)
Set 慢SQL执行的开始时间void
setUserName(String UserName)
Set 执行慢SQL的用户名void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RawSlowQuery
public RawSlowQuery()
-
RawSlowQuery
public RawSlowQuery(RawSlowQuery 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.
-
-
Method Detail
-
getRawQuery
public String getRawQuery()
Get 慢SQL 语句- Returns:
- RawQuery 慢SQL 语句
-
setRawQuery
public void setRawQuery(String RawQuery)
Set 慢SQL 语句- Parameters:
RawQuery
- 慢SQL 语句
-
getDatabaseName
public String getDatabaseName()
Get 慢SQL 查询的数据库- Returns:
- DatabaseName 慢SQL 查询的数据库
-
setDatabaseName
public void setDatabaseName(String DatabaseName)
Set 慢SQL 查询的数据库- Parameters:
DatabaseName
- 慢SQL 查询的数据库
-
getDuration
public Float getDuration()
Get 慢SQL执行 耗时- Returns:
- Duration 慢SQL执行 耗时
-
setDuration
public void setDuration(Float Duration)
Set 慢SQL执行 耗时- Parameters:
Duration
- 慢SQL执行 耗时
-
getClientAddr
public String getClientAddr()
Get 执行慢SQL的客户端- Returns:
- ClientAddr 执行慢SQL的客户端
-
setClientAddr
public void setClientAddr(String ClientAddr)
Set 执行慢SQL的客户端- Parameters:
ClientAddr
- 执行慢SQL的客户端
-
getUserName
public String getUserName()
Get 执行慢SQL的用户名- Returns:
- UserName 执行慢SQL的用户名
-
setUserName
public void setUserName(String UserName)
Set 执行慢SQL的用户名- Parameters:
UserName
- 执行慢SQL的用户名
-
getSessionStartTime
public String getSessionStartTime()
Get 慢SQL执行的开始时间- Returns:
- SessionStartTime 慢SQL执行的开始时间
-
setSessionStartTime
public void setSessionStartTime(String SessionStartTime)
Set 慢SQL执行的开始时间- Parameters:
SessionStartTime
- 慢SQL执行的开始时间
-
-