Class ModifyClsTopicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.ModifyClsTopicRequest
-
public class ModifyClsTopicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEnvId()
Get 环境IDLong
getPeriod()
Get 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存void
setEnvId(String EnvId)
Set 环境IDvoid
setPeriod(Long Period)
Set 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyClsTopicRequest
public ModifyClsTopicRequest()
-
ModifyClsTopicRequest
public 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.
-
-
Method Detail
-
getEnvId
public String getEnvId()
Get 环境ID- Returns:
- EnvId 环境ID
-
setEnvId
public void setEnvId(String EnvId)
Set 环境ID- Parameters:
EnvId
- 环境ID
-
getPeriod
public Long getPeriod()
Get 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存- Returns:
- Period 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存
-
setPeriod
public void setPeriod(Long Period)
Set 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存- Parameters:
Period
- 日志生命周期,单位天,可取值范围1~3600,取值为3640时代表永久保存
-
-