Uses of Class
com.tencentcloudapi.live.v20180801.models.StopScreenshotTaskRequest
-
Packages that use StopScreenshotTaskRequest Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of StopScreenshotTaskRequest in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 with parameters of type StopScreenshotTaskRequest Modifier and Type Method Description StopScreenshotTaskResponseLiveClient. StopScreenshotTask(StopScreenshotTaskRequest req)提前结束截图,中止运行中的截图任务。任务被成功终止后,本次任务将不再启动。 -
Uses of StopScreenshotTaskRequest in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type StopScreenshotTaskRequest Constructor Description StopScreenshotTaskRequest(StopScreenshotTaskRequest 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.
-