Uses of Class
com.tencentcloudapi.tem.v20210701.models.TemService
-
Packages that use TemService Package Description com.tencentcloudapi.tem.v20210701.models -
-
Uses of TemService in com.tencentcloudapi.tem.v20210701.models
Methods in com.tencentcloudapi.tem.v20210701.models that return TemService Modifier and Type Method Description TemService[]ServicePage. getRecords()Get 条目TemService[]ConfigData. getRelatedApplications()Get 关联的服务列表Methods in com.tencentcloudapi.tem.v20210701.models with parameters of type TemService Modifier and Type Method Description voidServicePage. setRecords(TemService[] Records)Set 条目voidConfigData. setRelatedApplications(TemService[] RelatedApplications)Set 关联的服务列表Constructors in com.tencentcloudapi.tem.v20210701.models with parameters of type TemService Constructor Description TemService(TemService 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.
-