public class DisplayApp extends AbstractModel
header, skipSign
Constructor and Description |
---|
DisplayApp() |
DisplayApp(DisplayApp 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 |
getAppVersion()
Get app版本
|
String |
getDescription()
Get 描述
|
String |
getDeveloper()
Get 开发者
|
DisplayToolCommon |
getDisplayToolCommon()
Get 公共字段
|
String |
getDownloadUrl()
Get 下载地址
|
Long |
getId()
Get 主键ID
|
String |
getLogo()
Get 图片
|
String |
getName()
Get APP名称
|
String |
getPackageName()
Get 包名
|
String |
getPlatform()
Get 平台
|
String |
getServerUrl()
Get 服务端地址
|
void |
setAppVersion(String AppVersion)
Set app版本
|
void |
setDescription(String Description)
Set 描述
|
void |
setDeveloper(String Developer)
Set 开发者
|
void |
setDisplayToolCommon(DisplayToolCommon DisplayToolCommon)
Set 公共字段
|
void |
setDownloadUrl(String DownloadUrl)
Set 下载地址
|
void |
setId(Long Id)
Set 主键ID
|
void |
setLogo(String Logo)
Set 图片
|
void |
setName(String Name)
Set APP名称
|
void |
setPackageName(String PackageName)
Set 包名
|
void |
setPlatform(String Platform)
Set 平台
|
void |
setServerUrl(String ServerUrl)
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, toJsonString
public DisplayApp()
public DisplayApp(DisplayApp source)
public Long getId()
public void setId(Long Id)
Id
- 主键IDpublic DisplayToolCommon getDisplayToolCommon()
public void setDisplayToolCommon(DisplayToolCommon DisplayToolCommon)
DisplayToolCommon
- 公共字段public String getName()
public void setName(String Name)
Name
- APP名称public String getDescription()
public void setDescription(String Description)
Description
- 描述public String getDeveloper()
public void setDeveloper(String Developer)
Developer
- 开发者public String getDownloadUrl()
public void setDownloadUrl(String DownloadUrl)
DownloadUrl
- 下载地址public String getLogo()
public void setLogo(String Logo)
Logo
- 图片public String getPackageName()
public void setPackageName(String PackageName)
PackageName
- 包名public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台public String getServerUrl()
public void setServerUrl(String ServerUrl)
ServerUrl
- 服务端地址public String getAppVersion()
public void setAppVersion(String AppVersion)
AppVersion
- app版本Copyright © 2025. All rights reserved.