Uses of Class
com.tencentcloudapi.tsf.v20180326.models.ServiceConfig
-
Packages that use ServiceConfig Package Description com.tencentcloudapi.tsf.v20180326.models -
-
Uses of ServiceConfig in com.tencentcloudapi.tsf.v20180326.models
Methods in com.tencentcloudapi.tsf.v20180326.models that return ServiceConfig Modifier and Type Method Description ServiceConfig[]ApplicationForPage. getServiceConfigList()Get 服务配置信息列表 注意:此字段可能返回 null,表示取不到有效值。ServiceConfig[]CreateApplicationRequest. getServiceConfigList()Get 服务配置信息列表ServiceConfig[]ModifyApplicationRequest. getServiceConfigList()Get 服务配置信息列表Methods in com.tencentcloudapi.tsf.v20180326.models with parameters of type ServiceConfig Modifier and Type Method Description voidApplicationForPage. setServiceConfigList(ServiceConfig[] ServiceConfigList)Set 服务配置信息列表 注意:此字段可能返回 null,表示取不到有效值。voidCreateApplicationRequest. setServiceConfigList(ServiceConfig[] ServiceConfigList)Set 服务配置信息列表voidModifyApplicationRequest. setServiceConfigList(ServiceConfig[] ServiceConfigList)Set 服务配置信息列表Constructors in com.tencentcloudapi.tsf.v20180326.models with parameters of type ServiceConfig Constructor Description ServiceConfig(ServiceConfig 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.
-