public class ComponentsInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ComponentsInfo() | 
| ComponentsInfo(ComponentsInfo 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 | getComponent()Deprecated.   | 
| String | getFixedVersion()Get 可修复版本 | 
| String | getName()Get 组件名称 | 
| String | getPath()Get 路径 | 
| String | getType()Get 类型 | 
| String | getVersion()Get 组件版本信息 | 
| void | setComponent(String Component)Deprecated.   | 
| void | setFixedVersion(String FixedVersion)Set 可修复版本 | 
| void | setName(String Name)Set 组件名称 | 
| void | setPath(String Path)Set 路径 | 
| void | setType(String Type)Set 类型 | 
| void | setVersion(String Version)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, toJsonStringpublic ComponentsInfo()
public ComponentsInfo(ComponentsInfo source)
@Deprecated public String getComponent()
@Deprecated public void setComponent(String Component)
Component - 组件名称public String getVersion()
public void setVersion(String Version)
Version - 组件版本信息public String getFixedVersion()
public void setFixedVersion(String FixedVersion)
FixedVersion - 可修复版本public String getPath()
public void setPath(String Path)
Path - 路径public String getType()
public void setType(String Type)
Type - 类型public String getName()
public void setName(String Name)
Name - 组件名称Copyright © 2025. All rights reserved.