Uses of Class
com.tencentcloudapi.dbbrain.v20210527.models.DiagHistoryEventItem
-
Packages that use DiagHistoryEventItem Package Description com.tencentcloudapi.dbbrain.v20210527.models -
-
Uses of DiagHistoryEventItem in com.tencentcloudapi.dbbrain.v20210527.models
Methods in com.tencentcloudapi.dbbrain.v20210527.models that return DiagHistoryEventItem Modifier and Type Method Description DiagHistoryEventItem[]DescribeDBDiagHistoryResponse. getEvents()Get 事件描述。DiagHistoryEventItem[]DescribeDBDiagEventsResponse. getItems()Get 诊断事件的列表。Methods in com.tencentcloudapi.dbbrain.v20210527.models with parameters of type DiagHistoryEventItem Modifier and Type Method Description voidDescribeDBDiagHistoryResponse. setEvents(DiagHistoryEventItem[] Events)Set 事件描述。voidDescribeDBDiagEventsResponse. setItems(DiagHistoryEventItem[] Items)Set 诊断事件的列表。Constructors in com.tencentcloudapi.dbbrain.v20210527.models with parameters of type DiagHistoryEventItem Constructor Description DiagHistoryEventItem(DiagHistoryEventItem 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.
-