| | |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | //版本号") |
| | | private Integer versionCode; |
| | | private Integer versionNum; |
| | | //版本名称") |
| | | private String versionName; |
| | | private String versionInfo; |
| | | //更新内容") |
| | | private String updateContent; |
| | | //是否必须更新(0:否,1:是)") |
| | | private String isNeedUpdate; |
| | | private String content; |
| | | //是否必须更新( 0否 1是)") |
| | | private Integer isForce; |
| | | //更新地址") |
| | | private String updateUrl; |
| | | private String fullFileUrl; |
| | | |
| | | public Integer getVersionCode() { |
| | | return versionCode; |
| | | public Integer getVersionNum() { |
| | | return versionNum; |
| | | } |
| | | |
| | | public void setVersionCode(Integer versionCode) { |
| | | this.versionCode = versionCode; |
| | | public void setVersionNum(Integer versionNum) { |
| | | this.versionNum = versionNum; |
| | | } |
| | | |
| | | public String getVersionName() { |
| | | return versionName; |
| | | public String getVersionInfo() { |
| | | return versionInfo; |
| | | } |
| | | |
| | | public void setVersionName(String versionName) { |
| | | this.versionName = versionName; |
| | | public void setVersionInfo(String versionInfo) { |
| | | this.versionInfo = versionInfo; |
| | | } |
| | | |
| | | public String getUpdateContent() { |
| | | return updateContent; |
| | | public String getContent() { |
| | | return content; |
| | | } |
| | | |
| | | public void setUpdateContent(String updateContent) { |
| | | this.updateContent = updateContent; |
| | | public void setContent(String content) { |
| | | this.content = content; |
| | | } |
| | | |
| | | public String getIsNeedUpdate() { |
| | | return isNeedUpdate; |
| | | public Integer getIsForce() { |
| | | return isForce; |
| | | } |
| | | |
| | | public void setIsNeedUpdate(String isNeedUpdate) { |
| | | this.isNeedUpdate = isNeedUpdate; |
| | | public void setIsForce(Integer isForce) { |
| | | this.isForce = isForce; |
| | | } |
| | | |
| | | public String getUpdateUrl() { |
| | | return updateUrl; |
| | | public String getFullFileUrl() { |
| | | return fullFileUrl; |
| | | } |
| | | |
| | | public void setUpdateUrl(String updateUrl) { |
| | | this.updateUrl = updateUrl; |
| | | public void setFullFileUrl(String fullFileUrl) { |
| | | this.fullFileUrl = fullFileUrl; |
| | | } |
| | | } |