Uses of Class
com.tencentcloudapi.eb.v20210416.models.PlatformEventDetail
-
Packages that use PlatformEventDetail Package Description com.tencentcloudapi.eb.v20210416.models -
-
Uses of PlatformEventDetail in com.tencentcloudapi.eb.v20210416.models
Methods in com.tencentcloudapi.eb.v20210416.models that return PlatformEventDetail Modifier and Type Method Description PlatformEventDetail[]ListPlatformEventNamesResponse. getEventNames()Get 平台产品列表Methods in com.tencentcloudapi.eb.v20210416.models with parameters of type PlatformEventDetail Modifier and Type Method Description voidListPlatformEventNamesResponse. setEventNames(PlatformEventDetail[] EventNames)Set 平台产品列表Constructors in com.tencentcloudapi.eb.v20210416.models with parameters of type PlatformEventDetail Constructor Description PlatformEventDetail(PlatformEventDetail 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.
-