Class AssetWebAppPluginInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cwp.v20180228.models.AssetWebAppPluginInfo
-
public class AssetWebAppPluginInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDesc()Get 描述StringgetLink()Get 链接StringgetName()Get 名称StringgetVersion()Get 版本voidsetDesc(String Desc)Set 描述voidsetLink(String Link)Set 链接voidsetName(String Name)Set 名称voidsetVersion(String Version)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
-
AssetWebAppPluginInfo
public AssetWebAppPluginInfo()
-
AssetWebAppPluginInfo
public 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.
-
-
Method Detail
-
getName
public String getName()
Get 名称- Returns:
- Name 名称
-
setName
public void setName(String Name)
Set 名称- Parameters:
Name- 名称
-
getDesc
public String getDesc()
Get 描述- Returns:
- Desc 描述
-
setDesc
public void setDesc(String Desc)
Set 描述- Parameters:
Desc- 描述
-
getVersion
public String getVersion()
Get 版本- Returns:
- Version 版本
-
setVersion
public void setVersion(String Version)
Set 版本- Parameters:
Version- 版本
-
getLink
public String getLink()
Get 链接- Returns:
- Link 链接
-
setLink
public void setLink(String Link)
Set 链接- Parameters:
Link- 链接
-
-