public class SoftDependInfo extends AbstractModel
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 Whether the component is required.
|
String |
getSoftName()
Get The component name.
|
void |
setRequired(Boolean Required)
Set Whether the component is required.
|
void |
setSoftName(String SoftName)
Set The component name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SoftDependInfo()
public SoftDependInfo(SoftDependInfo source)
public String getSoftName()
public void setSoftName(String SoftName)
SoftName
- The component name.public Boolean getRequired()
public void setRequired(Boolean Required)
Required
- Whether the component is required.Copyright © 2023. All rights reserved.