public class ModifyBinlogSaveDaysRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyBinlogSaveDaysRequest() | 
| ModifyBinlogSaveDaysRequest(ModifyBinlogSaveDaysRequest 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 | getBinlogSaveDays()Get Binlog保留天数 | 
| String | getClusterId()Get 集群ID | 
| void | setBinlogSaveDays(Long BinlogSaveDays)Set Binlog保留天数 | 
| void | setClusterId(String ClusterId)Set 集群ID | 
| 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 ModifyBinlogSaveDaysRequest()
public ModifyBinlogSaveDaysRequest(ModifyBinlogSaveDaysRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群IDpublic Long getBinlogSaveDays()
public void setBinlogSaveDays(Long BinlogSaveDays)
BinlogSaveDays - Binlog保留天数Copyright © 2025. All rights reserved.