Class UpdateEventBusRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.eb.v20210416.models.UpdateEventBusRequest
-
public class UpdateEventBusRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateEventBusRequest()UpdateEventBusRequest(UpdateEventBusRequest 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 StringgetDescription()Get 事件集描述,不限字符类型,200字符描述以内BooleangetEnableStore()Get 是否开启存储StringgetEventBusId()Get 事件集IDStringgetEventBusName()Get 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符StringgetLogTopicId()Get EB日志主题IDLonggetSaveDays()Get EB日志存储时长voidsetDescription(String Description)Set 事件集描述,不限字符类型,200字符描述以内voidsetEnableStore(Boolean EnableStore)Set 是否开启存储voidsetEventBusId(String EventBusId)Set 事件集IDvoidsetEventBusName(String EventBusName)Set 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符voidsetLogTopicId(String LogTopicId)Set EB日志主题IDvoidsetSaveDays(Long SaveDays)Set EB日志存储时长voidtoMap(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
-
UpdateEventBusRequest
public UpdateEventBusRequest()
-
UpdateEventBusRequest
public UpdateEventBusRequest(UpdateEventBusRequest 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
-
getEventBusId
public String getEventBusId()
Get 事件集ID- Returns:
- EventBusId 事件集ID
-
setEventBusId
public void setEventBusId(String EventBusId)
Set 事件集ID- Parameters:
EventBusId- 事件集ID
-
getDescription
public String getDescription()
Get 事件集描述,不限字符类型,200字符描述以内- Returns:
- Description 事件集描述,不限字符类型,200字符描述以内
-
setDescription
public void setDescription(String Description)
Set 事件集描述,不限字符类型,200字符描述以内- Parameters:
Description- 事件集描述,不限字符类型,200字符描述以内
-
getEventBusName
public String getEventBusName()
Get 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符- Returns:
- EventBusName 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
-
setEventBusName
public void setEventBusName(String EventBusName)
Set 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符- Parameters:
EventBusName- 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
-
getSaveDays
public Long getSaveDays()
Get EB日志存储时长- Returns:
- SaveDays EB日志存储时长
-
setSaveDays
public void setSaveDays(Long SaveDays)
Set EB日志存储时长- Parameters:
SaveDays- EB日志存储时长
-
getLogTopicId
public String getLogTopicId()
Get EB日志主题ID- Returns:
- LogTopicId EB日志主题ID
-
setLogTopicId
public void setLogTopicId(String LogTopicId)
Set EB日志主题ID- Parameters:
LogTopicId- EB日志主题ID
-
getEnableStore
public Boolean getEnableStore()
Get 是否开启存储- Returns:
- EnableStore 是否开启存储
-
setEnableStore
public void setEnableStore(Boolean EnableStore)
Set 是否开启存储- Parameters:
EnableStore- 是否开启存储
-
-