Uses of Class
com.tencentcloudapi.yunjing.v20180228.models.Process
-
Packages that use Process Package Description com.tencentcloudapi.yunjing.v20180228.models -
-
Uses of Process in com.tencentcloudapi.yunjing.v20180228.models
Methods in com.tencentcloudapi.yunjing.v20180228.models that return Process Modifier and Type Method Description Process[]DescribeProcessesResponse. getProcesses()Get 进程列表数据数组。Methods in com.tencentcloudapi.yunjing.v20180228.models with parameters of type Process Modifier and Type Method Description voidDescribeProcessesResponse. setProcesses(Process[] Processes)Set 进程列表数据数组。Constructors in com.tencentcloudapi.yunjing.v20180228.models with parameters of type Process Constructor Description Process(Process 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.
-