Uses of Class
com.tencentcloudapi.ump.v20200918.models.ProgramStateItem
-
Packages that use ProgramStateItem Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of ProgramStateItem in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return ProgramStateItem Modifier and Type Method Description ProgramStateItem[]CreateProgramStateRequest. getProgramStateItems()Get 进程监控信息列表Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type ProgramStateItem Modifier and Type Method Description voidCreateProgramStateRequest. setProgramStateItems(ProgramStateItem[] ProgramStateItems)Set 进程监控信息列表Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type ProgramStateItem Constructor Description ProgramStateItem(ProgramStateItem 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.
-