Uses of Class
com.tencentcloudapi.teo.v20220901.models.L7OfflineLog
-
Packages that use L7OfflineLog Package Description com.tencentcloudapi.teo.v20220901.models -
-
Uses of L7OfflineLog in com.tencentcloudapi.teo.v20220901.models
Methods in com.tencentcloudapi.teo.v20220901.models that return L7OfflineLog Modifier and Type Method Description L7OfflineLog[]DownloadL7LogsResponse. getData()Get 七层离线日志数据列表。Methods in com.tencentcloudapi.teo.v20220901.models with parameters of type L7OfflineLog Modifier and Type Method Description voidDownloadL7LogsResponse. setData(L7OfflineLog[] Data)Set 七层离线日志数据列表。Constructors in com.tencentcloudapi.teo.v20220901.models with parameters of type L7OfflineLog Constructor Description L7OfflineLog(L7OfflineLog 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.
-