Uses of Class
com.tencentcloudapi.emr.v20190103.models.CustomServiceDefine
-
Packages that use CustomServiceDefine Package Description com.tencentcloudapi.emr.v20190103.models -
-
Uses of CustomServiceDefine in com.tencentcloudapi.emr.v20190103.models
Methods in com.tencentcloudapi.emr.v20190103.models that return CustomServiceDefine Modifier and Type Method Description CustomServiceDefine[]ExternalService. getCustomServiceDefineList()Get 自定义参数集合Methods in com.tencentcloudapi.emr.v20190103.models with parameters of type CustomServiceDefine Modifier and Type Method Description voidExternalService. setCustomServiceDefineList(CustomServiceDefine[] CustomServiceDefineList)Set 自定义参数集合Constructors in com.tencentcloudapi.emr.v20190103.models with parameters of type CustomServiceDefine Constructor Description CustomServiceDefine(CustomServiceDefine 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.
-