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, toJsonString
public 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 © 2024. All rights reserved.