Uses of Class
com.tencentcloudapi.ump.v20200918.models.ServerStateItem
-
Packages that use ServerStateItem Package Description com.tencentcloudapi.ump.v20200918.models -
-
Uses of ServerStateItem in com.tencentcloudapi.ump.v20200918.models
Methods in com.tencentcloudapi.ump.v20200918.models that return ServerStateItem Modifier and Type Method Description ServerStateItem[]CreateServerStateRequest. getServerStateItems()Get 服务器监控信息列表Methods in com.tencentcloudapi.ump.v20200918.models with parameters of type ServerStateItem Modifier and Type Method Description voidCreateServerStateRequest. setServerStateItems(ServerStateItem[] ServerStateItems)Set 服务器监控信息列表Constructors in com.tencentcloudapi.ump.v20200918.models with parameters of type ServerStateItem Constructor Description ServerStateItem(ServerStateItem 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.
-