Uses of Class
com.tencentcloudapi.gse.v20191112.models.Event
-
Packages that use Event Package Description com.tencentcloudapi.gse.v20191112.models -
-
Uses of Event in com.tencentcloudapi.gse.v20191112.models
Methods in com.tencentcloudapi.gse.v20191112.models that return Event Modifier and Type Method Description Event[]DescribeFleetEventsResponse. getEvents()Get 返回的事件列表Methods in com.tencentcloudapi.gse.v20191112.models with parameters of type Event Modifier and Type Method Description voidDescribeFleetEventsResponse. setEvents(Event[] Events)Set 返回的事件列表Constructors in com.tencentcloudapi.gse.v20191112.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.
-