public class ModifyLogFileRetentionPeriodRequest extends AbstractModel
Constructor and Description |
---|
ModifyLogFileRetentionPeriodRequest() |
Modifier and Type | Method and Description |
---|---|
Long |
getDays()
Get Retention days up to 30
|
String |
getInstanceId()
Get Instance ID in the format of `tdsql-ow728lmc`.
|
void |
setDays(Long Days)
Set Retention days up to 30
|
void |
setInstanceId(String InstanceId)
Set Instance ID in the format of `tdsql-ow728lmc`.
|
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 String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID in the format of `tdsql-ow728lmc`.public Long getDays()
public void setDays(Long Days)
Days
- Retention days up to 30Copyright © 2020. All rights reserved.