public class ComponentsInfo extends AbstractModel
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()
Get Component name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVersion()
Get Component version information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setComponent(String Component)
Set Component name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVersion(String Version)
Set Component version information
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, toJsonString
public ComponentsInfo()
public ComponentsInfo(ComponentsInfo source)
public String getComponent()
public void setComponent(String Component)
Component
- 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 information
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.