public class TimedRecordSettings extends AbstractModel
Constructor and Description |
---|
TimedRecordSettings() |
TimedRecordSettings(TimedRecordSettings 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 |
getAutoClear()
Get Whether to automatically delete finished recording events.
|
void |
setAutoClear(String AutoClear)
Set Whether to automatically delete finished recording events.
|
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 TimedRecordSettings()
public TimedRecordSettings(TimedRecordSettings source)
public String getAutoClear()
public void setAutoClear(String AutoClear)
AutoClear
- Whether to automatically delete finished recording events. Valid values: `CLOSE`, `OPEN`. If this parameter is left empty, `CLOSE` will be used.
If it is set to `OPEN`, a recording event will be deleted 7 days after it is finished.
Note: This field may return `null`, indicating that no valid value was found.Copyright © 2023. All rights reserved.