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 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2021. All rights reserved.