Uses of Class
com.tencentcloudapi.cloudaudit.v20190319.models.Event
-
Packages that use Event Package Description com.tencentcloudapi.cloudaudit.v20190319.models -
-
Uses of Event in com.tencentcloudapi.cloudaudit.v20190319.models
Methods in com.tencentcloudapi.cloudaudit.v20190319.models that return Event Modifier and Type Method Description Event[]DescribeEventsResponse. getEvents()Get 日志集合 注意:此字段可能返回 null,表示取不到有效值。Event[]LookUpEventsResponse. getEvents()Get 日志集合 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cloudaudit.v20190319.models with parameters of type Event Modifier and Type Method Description voidDescribeEventsResponse. setEvents(Event[] Events)Set 日志集合 注意:此字段可能返回 null,表示取不到有效值。voidLookUpEventsResponse. setEvents(Event[] Events)Set 日志集合 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cloudaudit.v20190319.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.
-