public class ModifyLogStorageConfigRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyLogStorageConfigRequest() |
ModifyLogStorageConfigRequest(ModifyLogStorageConfigRequest 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 |
---|---|
Boolean |
getIsModifyPeriod()
Get Whether to modify the validity period
|
Long |
getPeriod()
Get Log retention days.
|
String[] |
getType()
Get Storage type: string array
|
void |
setIsModifyPeriod(Boolean IsModifyPeriod)
Set Whether to modify the validity period
|
void |
setPeriod(Long Period)
Set Log retention days.
|
void |
setType(String[] Type)
Set Storage type: string array
|
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 ModifyLogStorageConfigRequest()
public ModifyLogStorageConfigRequest(ModifyLogStorageConfigRequest source)
public Boolean getIsModifyPeriod()
public void setIsModifyPeriod(Boolean IsModifyPeriod)
IsModifyPeriod
- Whether to modify the validity periodpublic String[] getType()
public void setType(String[] Type)
Type
- Storage type: string arraypublic Long getPeriod()
public void setPeriod(Long Period)
Period
- Log retention days. The value 3640 indicates that the number of days is unlimited.Copyright © 2024. All rights reserved.