public class CreateEventBusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateEventBusRequest() | 
| CreateEventBusRequest(CreateEventBusRequest 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 EB是否开启存储 | 
| String | getEventBusName()Get 事件集名称,只能包含字母、中文、数字、下划线、连字符,以字母/中文开头,以数字、字母或中文结尾,2~60个字符 | 
| Long | getSaveDays()Get EB存储时长 | 
| void | setDescription(String Description)Set 事件集描述,只能包含数字、中英文及常用标点符号,不超过200个字符 | 
| void | setEnableStore(Boolean EnableStore)Set EB是否开启存储 | 
| void | setEventBusName(String EventBusName)Set 事件集名称,只能包含字母、中文、数字、下划线、连字符,以字母/中文开头,以数字、字母或中文结尾,2~60个字符 | 
| 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 CreateEventBusRequest()
public CreateEventBusRequest(CreateEventBusRequest source)
public String getEventBusName()
public void setEventBusName(String EventBusName)
EventBusName - 事件集名称,只能包含字母、中文、数字、下划线、连字符,以字母/中文开头,以数字、字母或中文结尾,2~60个字符public String getDescription()
public void setDescription(String Description)
Description - 事件集描述,只能包含数字、中英文及常用标点符号,不超过200个字符public Long getSaveDays()
public void setSaveDays(Long SaveDays)
SaveDays - EB存储时长public Boolean getEnableStore()
public void setEnableStore(Boolean EnableStore)
EnableStore - EB是否开启存储Copyright © 2025. All rights reserved.