Uses of Class
com.tencentcloudapi.scf.v20180416.models.AsyncEventStatus
-
Packages that use AsyncEventStatus Package Description com.tencentcloudapi.scf.v20180416.models -
-
Uses of AsyncEventStatus in com.tencentcloudapi.scf.v20180416.models
Methods in com.tencentcloudapi.scf.v20180416.models that return AsyncEventStatus Modifier and Type Method Description AsyncEventStatusGetAsyncEventStatusResponse. getResult()Get 异步事件状态Methods in com.tencentcloudapi.scf.v20180416.models with parameters of type AsyncEventStatus Modifier and Type Method Description voidGetAsyncEventStatusResponse. setResult(AsyncEventStatus Result)Set 异步事件状态Constructors in com.tencentcloudapi.scf.v20180416.models with parameters of type AsyncEventStatus Constructor Description AsyncEventStatus(AsyncEventStatus 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.
-