public class SoftDependInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getRequired()
Get 是否必选
|
String |
getSoftName()
Get 组件名称
|
void |
setRequired(Boolean Required)
Set 是否必选
|
void |
setSoftName(String SoftName)
Set 组件名称
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public SoftDependInfo()
public SoftDependInfo(SoftDependInfo source)
public String getSoftName()
public void setSoftName(String SoftName)
SoftName
- 组件名称public Boolean getRequired()
public void setRequired(Boolean Required)
Required
- 是否必选Copyright © 2024. All rights reserved.