Class MarketComponentInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iecp.v20210914.models.MarketComponentInfo
-
public class MarketComponentInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MarketComponentInfo()MarketComponentInfo(MarketComponentInfo 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppName()Get 组件名称StringgetAuthor()Get 发布者StringgetDetail()Get 指向详细描述的urlStringgetDetailUrl()Get 无StringgetIcon()Get 图标链接LonggetID()Get 组件IDBooleangetInstalled()Get 无StringgetOutline()Get 组件简介StringgetReleaseTime()Get 发布时间StringgetVersion()Get 组件版本StringgetWorkloadVisualConfig()Get 组件可视化信息voidsetAppName(String AppName)Set 组件名称voidsetAuthor(String Author)Set 发布者voidsetDetail(String Detail)Set 指向详细描述的urlvoidsetDetailUrl(String DetailUrl)Set 无voidsetIcon(String Icon)Set 图标链接voidsetID(Long ID)Set 组件IDvoidsetInstalled(Boolean Installed)Set 无voidsetOutline(String Outline)Set 组件简介voidsetReleaseTime(String ReleaseTime)Set 发布时间voidsetVersion(String Version)Set 组件版本voidsetWorkloadVisualConfig(String WorkloadVisualConfig)Set 组件可视化信息voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MarketComponentInfo
public MarketComponentInfo()
-
MarketComponentInfo
public MarketComponentInfo(MarketComponentInfo 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.
-
-
Method Detail
-
getID
public Long getID()
Get 组件ID- Returns:
- ID 组件ID
-
setID
public void setID(Long ID)
Set 组件ID- Parameters:
ID- 组件ID
-
getAppName
public String getAppName()
Get 组件名称- Returns:
- AppName 组件名称
-
setAppName
public void setAppName(String AppName)
Set 组件名称- Parameters:
AppName- 组件名称
-
getAuthor
public String getAuthor()
Get 发布者- Returns:
- Author 发布者
-
setAuthor
public void setAuthor(String Author)
Set 发布者- Parameters:
Author- 发布者
-
getReleaseTime
public String getReleaseTime()
Get 发布时间- Returns:
- ReleaseTime 发布时间
-
setReleaseTime
public void setReleaseTime(String ReleaseTime)
Set 发布时间- Parameters:
ReleaseTime- 发布时间
-
getOutline
public String getOutline()
Get 组件简介- Returns:
- Outline 组件简介
-
setOutline
public void setOutline(String Outline)
Set 组件简介- Parameters:
Outline- 组件简介
-
getDetail
public String getDetail()
Get 指向详细描述的url- Returns:
- Detail 指向详细描述的url
-
setDetail
public void setDetail(String Detail)
Set 指向详细描述的url- Parameters:
Detail- 指向详细描述的url
-
getIcon
public String getIcon()
Get 图标链接- Returns:
- Icon 图标链接
-
setIcon
public void setIcon(String Icon)
Set 图标链接- Parameters:
Icon- 图标链接
-
getVersion
public String getVersion()
Get 组件版本- Returns:
- Version 组件版本
-
setVersion
public void setVersion(String Version)
Set 组件版本- Parameters:
Version- 组件版本
-
getWorkloadVisualConfig
public String getWorkloadVisualConfig()
Get 组件可视化信息- Returns:
- WorkloadVisualConfig 组件可视化信息
-
setWorkloadVisualConfig
public void setWorkloadVisualConfig(String WorkloadVisualConfig)
Set 组件可视化信息- Parameters:
WorkloadVisualConfig- 组件可视化信息
-
getDetailUrl
public String getDetailUrl()
Get 无- Returns:
- DetailUrl 无
-
setDetailUrl
public void setDetailUrl(String DetailUrl)
Set 无- Parameters:
DetailUrl- 无
-
getInstalled
public Boolean getInstalled()
Get 无- Returns:
- Installed 无
-
setInstalled
public void setInstalled(Boolean Installed)
Set 无- Parameters:
Installed- 无
-
-