public class DescribeHealthScoreRequest extends AbstractModel
header, skipSign| 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 The instance ID that needs to obtain the health score 
 | 
String | 
getProduct()
Get Service type. 
 | 
String | 
getTime()
Get Time to obtain the health score 
 | 
void | 
setInstanceId(String InstanceId)
Set The instance ID that needs to obtain the health score 
 | 
void | 
setProduct(String Product)
Set Service type. 
 | 
void | 
setTime(String Time)
Set Time to obtain the health score 
 | 
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, toJsonStringpublic DescribeHealthScoreRequest()
public DescribeHealthScoreRequest(DescribeHealthScoreRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId - The instance ID that needs to obtain the health scorepublic String getTime()
public void setTime(String Time)
Time - Time to obtain the health scorepublic String getProduct()
public void setProduct(String Product)
Product - Service type. Valid values: `mysql` (TencentDB for MySQL), `cynosdb` (TDSQL-C for MySQL (compatible with MySQL)). Default value: `mysql`.Copyright © 2025. All rights reserved.