public class VulAffectedComponentInfo extends AbstractModel
| Constructor and Description | 
|---|
| VulAffectedComponentInfo() | 
| VulAffectedComponentInfo(VulAffectedComponentInfo 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 | 
|---|---|
| String[] | getFixedVersion()Get Fixed component version
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getName()Get Component name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String[] | getVersion()Get Component version
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setFixedVersion(String[] FixedVersion)Set Fixed component version
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setName(String Name)Set Component name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVersion(String[] Version)Set Component version
Note: This field may return null, indicating that no valid values can be obtained. | 
| 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, toJsonStringpublic VulAffectedComponentInfo()
public VulAffectedComponentInfo(VulAffectedComponentInfo source)
public String getName()
public void setName(String Name)
Name - Component name
Note: This field may return null, indicating that no valid values can be obtained.public String[] getVersion()
public void setVersion(String[] Version)
Version - Component version
Note: This field may return null, indicating that no valid values can be obtained.public String[] getFixedVersion()
public void setFixedVersion(String[] FixedVersion)
FixedVersion - Fixed component version
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.