Class SoftDependInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.emr.v20190103.models.SoftDependInfo
-
public class SoftDependInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SoftDependInfo()SoftDependInfo(SoftDependInfo 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 BooleangetRequired()Get 是否必选StringgetSoftName()Get 组件名称voidsetRequired(Boolean Required)Set 是否必选voidsetSoftName(String SoftName)Set 组件名称voidtoMap(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
-
SoftDependInfo
public SoftDependInfo()
-
SoftDependInfo
public SoftDependInfo(SoftDependInfo 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
-
getSoftName
public String getSoftName()
Get 组件名称- Returns:
- SoftName 组件名称
-
setSoftName
public void setSoftName(String SoftName)
Set 组件名称- Parameters:
SoftName- 组件名称
-
getRequired
public Boolean getRequired()
Get 是否必选- Returns:
- Required 是否必选
-
setRequired
public void setRequired(Boolean Required)
Set 是否必选- Parameters:
Required- 是否必选
-
-