public class VulAffectedImageComponentInfo extends AbstractModel
| Constructor and Description | 
|---|
| VulAffectedImageComponentInfo() | 
| VulAffectedImageComponentInfo(VulAffectedImageComponentInfo 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 | getPath()Get Component path
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 | setPath(String Path)Set Component path
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 VulAffectedImageComponentInfo()
public VulAffectedImageComponentInfo(VulAffectedImageComponentInfo 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.public String getPath()
public void setPath(String Path)
Path - Component path
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.