public class AssetWebAppPluginInfo extends AbstractModel
Constructor and Description |
---|
AssetWebAppPluginInfo() |
AssetWebAppPluginInfo(AssetWebAppPluginInfo 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 |
getDesc()
Get 描述
|
String |
getLink()
Get 链接
|
String |
getName()
Get 名称
|
String |
getVersion()
Get 版本
|
void |
setDesc(String Desc)
Set 描述
|
void |
setLink(String Link)
Set 链接
|
void |
setName(String Name)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AssetWebAppPluginInfo()
public AssetWebAppPluginInfo(AssetWebAppPluginInfo source)
public String getName()
public void setName(String Name)
Name
- 名称public String getDesc()
public void setDesc(String Desc)
Desc
- 描述public String getVersion()
public void setVersion(String Version)
Version
- 版本public String getLink()
public void setLink(String Link)
Link
- 链接Copyright © 2022. All rights reserved.