public class QueryDetails extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryDetails() |
QueryDetails(QueryDetails 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 |
getCatalog()
Get catalog name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDatabase()
Get Database name
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getDataRead()
Get Read data volume (MB)
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getDuration()
Get Runtime (s)
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInitialRequestId()
Get Initial request ID
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getInitiator()
Get Initiating User
Note: This field may return null, indicating that no valid values can be obtained.
|
Float |
getMemoryUsage()
Get Memory usage (MB)
Note: This field may return null, indicating that no valid values can be obtained.
|
Long |
getRowsRead()
Get The number of read rows
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSourceAddress()
Get Access source address
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSQLStatement()
Get SQL statement
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getSQLType()
Get SQL Type: 0 is non-query, 1 is query, -1 is unrestricted.
|
String |
getStartTime()
Get Execution start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setCatalog(String Catalog)
Set catalog name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDatabase(String Database)
Set Database name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDataRead(Float DataRead)
Set Read data volume (MB)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDuration(Long Duration)
Set Runtime (s)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInitialRequestId(String InitialRequestId)
Set Initial request ID
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setInitiator(String Initiator)
Set Initiating User
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setMemoryUsage(Float MemoryUsage)
Set Memory usage (MB)
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setRowsRead(Long RowsRead)
Set The number of read rows
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSourceAddress(String SourceAddress)
Set Access source address
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSQLStatement(String SQLStatement)
Set SQL statement
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setSQLType(String SQLType)
Set SQL Type: 0 is non-query, 1 is query, -1 is unrestricted.
|
void |
setStartTime(String StartTime)
Set Execution start time
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QueryDetails()
public QueryDetails(QueryDetails source)
public String getInitiator()
public void setInitiator(String Initiator)
Initiator
- Initiating User
Note: This field may return null, indicating that no valid values can be obtained.public String getSourceAddress()
public void setSourceAddress(String SourceAddress)
SourceAddress
- Access source address
Note: This field may return null, indicating that no valid values can be obtained.public String getInitialRequestId()
public void setInitialRequestId(String InitialRequestId)
InitialRequestId
- Initial request ID
Note: This field may return null, indicating that no valid values can be obtained.public String getCatalog()
public void setCatalog(String Catalog)
Catalog
- catalog name
Note: This field may return null, indicating that no valid values can be obtained.public String getDatabase()
public void setDatabase(String Database)
Database
- Database name
Note: This field may return null, indicating that no valid values can be obtained.public String getSQLType()
public void setSQLType(String SQLType)
SQLType
- SQL Type: 0 is non-query, 1 is query, -1 is unrestricted.
Note: This field may return null, indicating that no valid values can be obtained.public String getSQLStatement()
public void setSQLStatement(String SQLStatement)
SQLStatement
- SQL statement
Note: This field may return null, indicating that no valid values can be obtained.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Execution start time
Note: This field may return null, indicating that no valid values can be obtained.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Runtime (s)
Note: This field may return null, indicating that no valid values can be obtained.public Long getRowsRead()
public void setRowsRead(Long RowsRead)
RowsRead
- The number of read rows
Note: This field may return null, indicating that no valid values can be obtained.public Float getDataRead()
public void setDataRead(Float DataRead)
DataRead
- Read data volume (MB)
Note: This field may return null, indicating that no valid values can be obtained.public Float getMemoryUsage()
public void setMemoryUsage(Float MemoryUsage)
MemoryUsage
- Memory usage (MB)
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.