public class OpenAuditServiceRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OpenAuditServiceRequest()  | 
OpenAuditServiceRequest(OpenAuditServiceRequest 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 | 
|---|---|
Long | 
getHotLogExpireDay()
Get Storage period of frequently accessed logs in days. 
 | 
String | 
getInstanceId()
Get Instance ID 
 | 
Long | 
getLogExpireDay()
Get Total log retention period in days. 
 | 
String | 
getNodeRequestType()
Get Use the value of `u200cProduct` for this parameter, such as `dcdb` and `mariadb`. 
 | 
String | 
getProduct()
Get Service type. 
 | 
void | 
setHotLogExpireDay(Long HotLogExpireDay)
Set Storage period of frequently accessed logs in days. 
 | 
void | 
setInstanceId(String InstanceId)
Set Instance ID 
 | 
void | 
setLogExpireDay(Long LogExpireDay)
Set Total log retention period in days. 
 | 
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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic OpenAuditServiceRequest()
public OpenAuditServiceRequest(OpenAuditServiceRequest 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 IDpublic Long getLogExpireDay()
public void setLogExpireDay(Long LogExpireDay)
LogExpireDay - Total log retention period in days. Valid values: `7`, `30`, `90`, `180`, `365`, `1095`, `1825`.public Long getHotLogExpireDay()
public void setHotLogExpireDay(Long HotLogExpireDay)
HotLogExpireDay - Storage period of frequently accessed logs in days. Valid values: `7`, `30`, `90`, `180`, `365`, `1095`, `1825`.Copyright © 2025. All rights reserved.