public class CreateClsLogSetRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateClsLogSetRequest() | 
| CreateClsLogSetRequest(CreateClsLogSetRequest 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 | getLogsetName()Get 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。 | 
| String | getLogsetType()Get 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。 | 
| Long | getPeriod()Deprecated.   | 
| void | setLogsetName(String LogsetName)Set 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。 | 
| void | setLogsetType(String LogsetType)Set 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。 | 
| void | setPeriod(Long Period)Deprecated.   | 
| 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 CreateClsLogSetRequest()
public CreateClsLogSetRequest(CreateClsLogSetRequest source)
public String getLogsetName()
public void setLogsetName(String LogsetName)
LogsetName - 日志集的名字,不能和cls其他日志集重名。不填默认为clb_logset。@Deprecated public Long getPeriod()
@Deprecated public void setPeriod(Long Period)
Period - 日志集的保存周期,单位:天。public String getLogsetType()
public void setLogsetType(String LogsetType)
LogsetType - 日志集类型,ACCESS:访问日志,HEALTH:健康检查日志,默认ACCESS。Copyright © 2025. All rights reserved.