Uses of Class
com.tencentcloudapi.eb.v20210416.models.Event
-
Packages that use Event Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of Event in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return Event Modifier and Type Method Description Event[]PublishEventRequest. getEventList()Get 事件列表Event[]PutEventsRequest. getEventList()Get 事件列表Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type Event Modifier and Type Method Description voidPublishEventRequest. setEventList(Event[] EventList)Set 事件列表voidPutEventsRequest. setEventList(Event[] EventList)Set 事件列表Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type Event Constructor Description Event(Event 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.
-