Uses of Class
com.tencentcloudapi.gme.v20180711.models.ServiceStatus
-
Packages that use ServiceStatus Package Description com.tencentcloudapi.gme.v20180711.models -
-
Uses of ServiceStatus in com.tencentcloudapi.gme.v20180711.models
Methods in com.tencentcloudapi.gme.v20180711.models that return ServiceStatus Modifier and Type Method Description ServiceStatusApplicationList. getServiceConf()Get 服务开关状态Methods in com.tencentcloudapi.gme.v20180711.models with parameters of type ServiceStatus Modifier and Type Method Description voidApplicationList. setServiceConf(ServiceStatus ServiceConf)Set 服务开关状态Constructors in com.tencentcloudapi.gme.v20180711.models with parameters of type ServiceStatus Constructor Description ServiceStatus(ServiceStatus 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.
-