public class DescribeHealthScoreRequest extends AbstractModel
| Constructor and Description | 
|---|
DescribeHealthScoreRequest()  | 
DescribeHealthScoreRequest(DescribeHealthScoreRequest 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 | 
getInstanceId()
Get Instance ID for which to get the health score. 
 | 
String | 
getProduct()
Get Service type. 
 | 
String | 
getTime()
Get Time to get the health score in the format of `2019-09-10 12:13:14`. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID for which to get the health score. 
 | 
void | 
setProduct(String Product)
Set Service type. 
 | 
void | 
setTime(String Time)
Set Time to get the health score in the format of `2019-09-10 12:13:14`. 
 | 
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, toJsonStringpublic DescribeHealthScoreRequest()
public DescribeHealthScoreRequest(DescribeHealthScoreRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - Instance ID for which to get the health score.public String getTime()
public void setTime(String Time)
Time - Time to get the health score in the format of `2019-09-10 12:13:14`.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 © 2022. All rights reserved.