public class ModifyClsTopicRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyClsTopicRequest() |
ModifyClsTopicRequest(ModifyClsTopicRequest 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 |
getEnvId()
Get 环境ID
|
Long |
getPeriod()
Get 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存
|
void |
setEnvId(String EnvId)
Set 环境ID
|
void |
setPeriod(Long Period)
Set 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存
|
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, toJsonString
public ModifyClsTopicRequest()
public ModifyClsTopicRequest(ModifyClsTopicRequest source)
public String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 环境IDpublic Long getPeriod()
public void setPeriod(Long Period)
Period
- 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存Copyright © 2024. All rights reserved.