public class DescribeDBPerformanceDetailsResponse extends AbstractModel
Constructor and Description |
---|
DescribeDBPerformanceDetailsResponse() |
Modifier and Type | Method and Description |
---|---|
PerformanceMonitorSet |
getMaster()
Get Master node performance monitoring data
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
PerformanceMonitorSet |
getSlave1()
Get Slave 1 performance monitoring data
Note: this field may return null, indicating that no valid values can be obtained.
|
PerformanceMonitorSet |
getSlave2()
Get Slave 2 performance monitoring data.
|
void |
setMaster(PerformanceMonitorSet Master)
Set Master node performance monitoring data
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
setSlave1(PerformanceMonitorSet Slave1)
Set Slave 1 performance monitoring data
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setSlave2(PerformanceMonitorSet Slave2)
Set Slave 2 performance monitoring data.
|
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 DescribeDBPerformanceDetailsResponse()
public PerformanceMonitorSet getMaster()
public void setMaster(PerformanceMonitorSet Master)
Master
- Master node performance monitoring datapublic PerformanceMonitorSet getSlave1()
public void setSlave1(PerformanceMonitorSet Slave1)
Slave1
- Slave 1 performance monitoring data
Note: this field may return null, indicating that no valid values can be obtained.public PerformanceMonitorSet getSlave2()
public void setSlave2(PerformanceMonitorSet Slave2)
Slave2
- Slave 2 performance monitoring data. If the instance is one-primary-one-secondary, it does not have this field
Note: this field may return null, indicating that no valid values can be obtained.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.