Class ExternalService
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.ExternalService
-
public class ExternalService extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ExternalService()
ExternalService(ExternalService 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomServiceDefine[]
getCustomServiceDefineList()
Get 自定义参数集合String
getInstanceId()
Get 共用组件集群String
getService()
Get 共用组件名String
getShareType()
Get 共用组件类型,EMR/CUSTOMvoid
setCustomServiceDefineList(CustomServiceDefine[] CustomServiceDefineList)
Set 自定义参数集合void
setInstanceId(String InstanceId)
Set 共用组件集群void
setService(String Service)
Set 共用组件名void
setShareType(String ShareType)
Set 共用组件类型,EMR/CUSTOMvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExternalService
public ExternalService()
-
ExternalService
public ExternalService(ExternalService 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.
-
-
Method Detail
-
getShareType
public String getShareType()
Get 共用组件类型,EMR/CUSTOM- Returns:
- ShareType 共用组件类型,EMR/CUSTOM
-
setShareType
public void setShareType(String ShareType)
Set 共用组件类型,EMR/CUSTOM- Parameters:
ShareType
- 共用组件类型,EMR/CUSTOM
-
getCustomServiceDefineList
public CustomServiceDefine[] getCustomServiceDefineList()
Get 自定义参数集合- Returns:
- CustomServiceDefineList 自定义参数集合
-
setCustomServiceDefineList
public void setCustomServiceDefineList(CustomServiceDefine[] CustomServiceDefineList)
Set 自定义参数集合- Parameters:
CustomServiceDefineList
- 自定义参数集合
-
getService
public String getService()
Get 共用组件名- Returns:
- Service 共用组件名
-
setService
public void setService(String Service)
Set 共用组件名- Parameters:
Service
- 共用组件名
-
getInstanceId
public String getInstanceId()
Get 共用组件集群- Returns:
- InstanceId 共用组件集群
-
setInstanceId
public void setInstanceId(String InstanceId)
Set 共用组件集群- Parameters:
InstanceId
- 共用组件集群
-
-