public class UpdateEventBusRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get 事件集描述,不限字符类型,200字符描述以内 | 
| Boolean | getEnableStore()Get 是否开启存储 | 
| String | getEventBusId()Get 事件集ID | 
| String | getEventBusName()Get 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符 | 
| String | getLogTopicId()Get EB日志主题ID | 
| Long | getSaveDays()Get EB日志存储时长 | 
| void | setDescription(String Description)Set 事件集描述,不限字符类型,200字符描述以内 | 
| void | setEnableStore(Boolean EnableStore)Set 是否开启存储 | 
| void | setEventBusId(String EventBusId)Set 事件集ID | 
| void | setEventBusName(String EventBusName)Set 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符 | 
| void | setLogTopicId(String LogTopicId)Set EB日志主题ID | 
| void | setSaveDays(Long SaveDays)Set EB日志存储时长 | 
| 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 UpdateEventBusRequest()
public UpdateEventBusRequest(UpdateEventBusRequest source)
public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId - 事件集IDpublic String getDescription()
public void setDescription(String Description)
Description - 事件集描述,不限字符类型,200字符描述以内public String getEventBusName()
public void setEventBusName(String EventBusName)
EventBusName - 事件集名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符public Long getSaveDays()
public void setSaveDays(Long SaveDays)
SaveDays - EB日志存储时长public String getLogTopicId()
public void setLogTopicId(String LogTopicId)
LogTopicId - EB日志主题IDpublic Boolean getEnableStore()
public void setEnableStore(Boolean EnableStore)
EnableStore - 是否开启存储Copyright © 2025. All rights reserved.