Uses of Class
com.tencentcloudapi.dbbrain.v20191016.models.EventInfo
-
Packages that use EventInfo Package Description com.tencentcloudapi.dbbrain.v20191016.models -
-
Uses of EventInfo in com.tencentcloudapi.dbbrain.v20191016.models
Methods in com.tencentcloudapi.dbbrain.v20191016.models that return EventInfo Modifier and Type Method Description EventInfo[]IssueTypeInfo. getEvents()Get 异常事件。Methods in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type EventInfo Modifier and Type Method Description voidIssueTypeInfo. setEvents(EventInfo[] Events)Set 异常事件。Constructors in com.tencentcloudapi.dbbrain.v20191016.models with parameters of type EventInfo Constructor Description EventInfo(EventInfo 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.
-