public class PutEventsRequest extends AbstractModel
Constructor and Description |
---|
PutEventsRequest() |
PutEventsRequest(PutEventsRequest 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 |
getEventBusId()
Get 事件集ID
|
Event[] |
getEventList()
Get 事件列表
|
void |
setEventBusId(String EventBusId)
Set 事件集ID
|
void |
setEventList(Event[] EventList)
Set 事件列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public PutEventsRequest()
public PutEventsRequest(PutEventsRequest source)
public Event[] getEventList()
public void setEventList(Event[] EventList)
EventList
- 事件列表public String getEventBusId()
public void setEventBusId(String EventBusId)
EventBusId
- 事件集IDCopyright © 2022. All rights reserved.