public class CloseAuditServiceRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CloseAuditServiceRequest() |
CloseAuditServiceRequest(CloseAuditServiceRequest 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
|
String |
getNodeRequestType()
Get Use the value of `u200cProduct` for this parameter, such as `dcdb` and `mariadb`.
|
String |
getProduct()
Get Service type.
|
void |
setInstanceId(String InstanceId)
Set Instance ID
|
void |
setNodeRequestType(String NodeRequestType)
Set Use the value of `u200cProduct` for this parameter, such as `dcdb` and `mariadb`.
|
void |
setProduct(String Product)
Set Service type.
|
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 CloseAuditServiceRequest()
public CloseAuditServiceRequest(CloseAuditServiceRequest source)
public String getProduct()
public void setProduct(String Product)
Product
- Service type. Valid values: `dcdb` (TDSQL for MySQL), `mariadb` (TencentDB for MariaDB).public String getNodeRequestType()
public void setNodeRequestType(String NodeRequestType)
NodeRequestType
- Use the value of `u200cProduct` for this parameter, such as `dcdb` and `mariadb`.public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance IDCopyright © 2024. All rights reserved.