public class NormQueryItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
NormQueryItem() |
NormQueryItem(NormQueryItem 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 |
getCallTimes()
Get Number of calls.
|
String |
getClientIp()
Get Client IP address.
|
Float |
getCostTime()
Get Total consumption time.
|
String |
getDatabaseName()
Get Database.
|
String |
getFirstTime()
Get Time of the earliest item.Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLastTime()
Get Time of the latest item.Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getMaxCostTime()
Get Maximum consumption time.
|
String |
getMaxElapsedQuery()
Get The statement with the longest execution time.
|
Float |
getMinCostTime()
Get Minimum consumption time.
|
String |
getNormalQuery()
Get Statement after masking.
|
Float |
getReadCostTime()
Get Total consumption time of I/O reading.
|
Long |
getSharedReadBlocks()
Get Number of read-only shared memory blocks.
|
Long |
getSharedWriteBlocks()
Get Number of write-only shared memory blocks.
|
Float |
getTotalCallTimesPercent()
Get Proportion of total count.
|
Float |
getTotalCostTimePercent()
Get Proportion of total consumption time.
|
String |
getUserName()
Get Username.
|
Float |
getWriteCostTime()
Get Total consumption time I/O writing.
|
void |
setCallTimes(Long CallTimes)
Set Number of calls.
|
void |
setClientIp(String ClientIp)
Set Client IP address.
|
void |
setCostTime(Float CostTime)
Set Total consumption time.
|
void |
setDatabaseName(String DatabaseName)
Set Database.
|
void |
setFirstTime(String FirstTime)
Set Time of the earliest item.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLastTime(String LastTime)
Set Time of the latest item.Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMaxCostTime(Float MaxCostTime)
Set Maximum consumption time.
|
void |
setMaxElapsedQuery(String MaxElapsedQuery)
Set The statement with the longest execution time.
|
void |
setMinCostTime(Float MinCostTime)
Set Minimum consumption time.
|
void |
setNormalQuery(String NormalQuery)
Set Statement after masking.
|
void |
setReadCostTime(Float ReadCostTime)
Set Total consumption time of I/O reading.
|
void |
setSharedReadBlocks(Long SharedReadBlocks)
Set Number of read-only shared memory blocks.
|
void |
setSharedWriteBlocks(Long SharedWriteBlocks)
Set Number of write-only shared memory blocks.
|
void |
setTotalCallTimesPercent(Float TotalCallTimesPercent)
Set Proportion of total count.
|
void |
setTotalCostTimePercent(Float TotalCostTimePercent)
Set Proportion of total consumption time.
|
void |
setUserName(String UserName)
Set Username.
|
void |
setWriteCostTime(Float WriteCostTime)
Set Total consumption time I/O writing.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public NormQueryItem()
public NormQueryItem(NormQueryItem source)
public Long getCallTimes()
public void setCallTimes(Long CallTimes)
CallTimes
- Number of calls.
Note: This field may return null, indicating that no valid values can be obtained.public Long getSharedReadBlocks()
public void setSharedReadBlocks(Long SharedReadBlocks)
SharedReadBlocks
- Number of read-only shared memory blocks.
Note: This field may return null, indicating that no valid values can be obtained.public Long getSharedWriteBlocks()
public void setSharedWriteBlocks(Long SharedWriteBlocks)
SharedWriteBlocks
- Number of write-only shared memory blocks.
Note: This field may return null, indicating that no valid values can be obtained.public String getDatabaseName()
public void setDatabaseName(String DatabaseName)
DatabaseName
- Database.
Note: This field may return null, indicating that no valid values can be obtained.public String getNormalQuery()
public void setNormalQuery(String NormalQuery)
NormalQuery
- Statement after masking.
Note: This field may return null, indicating that no valid values can be obtained.public String getMaxElapsedQuery()
public void setMaxElapsedQuery(String MaxElapsedQuery)
MaxElapsedQuery
- The statement with the longest execution time.
Note: This field may return null, indicating that no valid values can be obtained.public Float getCostTime()
public void setCostTime(Float CostTime)
CostTime
- Total consumption time.
Note: This field may return null, indicating that no valid values can be obtained.public String getClientIp()
public void setClientIp(String ClientIp)
ClientIp
- Client IP address.
Note: This field may return null, indicating that no valid values can be obtained.public String getUserName()
public void setUserName(String UserName)
UserName
- Username.
Note: This field may return null, indicating that no valid values can be obtained.public Float getTotalCallTimesPercent()
public void setTotalCallTimesPercent(Float TotalCallTimesPercent)
TotalCallTimesPercent
- Proportion of total count.
Note: This field may return null, indicating that no valid values can be obtained.public Float getTotalCostTimePercent()
public void setTotalCostTimePercent(Float TotalCostTimePercent)
TotalCostTimePercent
- Proportion of total consumption time.
Note: This field may return null, indicating that no valid values can be obtained.public Float getMinCostTime()
public void setMinCostTime(Float MinCostTime)
MinCostTime
- Minimum consumption time.
Note: This field may return null, indicating that no valid values can be obtained.public Float getMaxCostTime()
public void setMaxCostTime(Float MaxCostTime)
MaxCostTime
- Maximum consumption time.
Note: This field may return null, indicating that no valid values can be obtained.public String getFirstTime()
public void setFirstTime(String FirstTime)
FirstTime
- Time of the earliest item.Note: This field may return null, indicating that no valid values can be obtained.public String getLastTime()
public void setLastTime(String LastTime)
LastTime
- Time of the latest item.Note: This field may return null, indicating that no valid values can be obtained.public Float getReadCostTime()
public void setReadCostTime(Float ReadCostTime)
ReadCostTime
- Total consumption time of I/O reading.
Note: This field may return null, indicating that no valid values can be obtained.public Float getWriteCostTime()
public void setWriteCostTime(Float WriteCostTime)
WriteCostTime
- Total consumption time I/O writing.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.