public class VersionBoardResp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| VersionBoardResp() | 
| VersionBoardResp(VersionBoardResp 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 | getAuditNo()Get Approval ticket ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getAuditStatus()Get 0: Pending; 1: Processing; 2: Rejected; 3: Approved; 4: Cancelled
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreateTime()Get The time when the developer created it
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getCreateUser()Get Developer
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPDesc()Get Mini program description
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPIcon()Get Mini program icon
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPId()Get Mini program ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPIntro()Get Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPName()Get Mini program name
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPType()Get Mini program category
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPVersion()Get Mini program version
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getMNPVersionId()Get Mini program version ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getMNPVersionIntro()Get Version features
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getPhase()Get Phase. | 
| Long | getRollbackVersion()Get Version number to roll back to
Note: This field may return null, indicating that no valid values can be obtained. | 
| String | getScanHtmlPath()Get Address of the scan result
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getScanScore()Get Scan score
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getScanStatus()Get Scanning status
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getShowCase()Get Whether it is a trial version. | 
| Long | getStatus()Get Release status
Note: This field may return null, indicating that no valid values can be obtained. | 
| Long | getVersionCurrentStatus()Get Version approval status. | 
| void | setAuditNo(String AuditNo)Set Approval ticket ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setAuditStatus(Long AuditStatus)Set 0: Pending; 1: Processing; 2: Rejected; 3: Approved; 4: Cancelled
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreateTime(String CreateTime)Set The time when the developer created it
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setCreateUser(String CreateUser)Set Developer
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPDesc(String MNPDesc)Set Mini program description
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPIcon(String MNPIcon)Set Mini program icon
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPId(String MNPId)Set Mini program ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPIntro(String MNPIntro)Set Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPName(String MNPName)Set Mini program name
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPType(String MNPType)Set Mini program category
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPVersion(String MNPVersion)Set Mini program version
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPVersionId(Long MNPVersionId)Set Mini program version ID
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setMNPVersionIntro(String MNPVersionIntro)Set Version features
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setPhase(String Phase)Set Phase. | 
| void | setRollbackVersion(Long RollbackVersion)Set Version number to roll back to
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setScanHtmlPath(String ScanHtmlPath)Set Address of the scan result
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setScanScore(Long ScanScore)Set Scan score
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setScanStatus(Long ScanStatus)Set Scanning status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setShowCase(Long ShowCase)Set Whether it is a trial version. | 
| void | setStatus(Long Status)Set Release status
Note: This field may return null, indicating that no valid values can be obtained. | 
| void | setVersionCurrentStatus(Long VersionCurrentStatus)Set Version approval status. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VersionBoardResp()
public VersionBoardResp(VersionBoardResp source)
public String getMNPId()
public void setMNPId(String MNPId)
MNPId - Mini program ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getMNPVersionId()
public void setMNPVersionId(Long MNPVersionId)
MNPVersionId - Mini program version ID
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPName()
public void setMNPName(String MNPName)
MNPName - Mini program name
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPIcon()
public void setMNPIcon(String MNPIcon)
MNPIcon - Mini program icon
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPType()
public void setMNPType(String MNPType)
MNPType - Mini program category
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPIntro()
public void setMNPIntro(String MNPIntro)
MNPIntro - Mini program introduction
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPDesc()
public void setMNPDesc(String MNPDesc)
MNPDesc - Mini program description
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateUser()
public void setCreateUser(String CreateUser)
CreateUser - Developer
Note: This field may return null, indicating that no valid values can be obtained.public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - The time when the developer created it
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPVersion()
public void setMNPVersion(String MNPVersion)
MNPVersion - Mini program version
Note: This field may return null, indicating that no valid values can be obtained.public String getMNPVersionIntro()
public void setMNPVersionIntro(String MNPVersionIntro)
MNPVersionIntro - Version features
Note: This field may return null, indicating that no valid values can be obtained.public String getPhase()
public void setPhase(String Phase)
Phase - Phase. Values: [Develop,Platform,Online]
Note: This field may return null, indicating that no valid values can be obtained.public Long getAuditStatus()
public void setAuditStatus(Long AuditStatus)
AuditStatus - 0: Pending; 1: Processing; 2: Rejected; 3: Approved; 4: Cancelled
Note: This field may return null, indicating that no valid values can be obtained.public String getAuditNo()
public void setAuditNo(String AuditNo)
AuditNo - Approval ticket ID
Note: This field may return null, indicating that no valid values can be obtained.public Long getShowCase()
public void setShowCase(Long ShowCase)
ShowCase - Whether it is a trial version. 
0: Not a trial version; 1: Trial version
Note: This field may return null, indicating that no valid values can be obtained.public Long getScanStatus()
public void setScanStatus(Long ScanStatus)
ScanStatus - Scanning status
Note: This field may return null, indicating that no valid values can be obtained.public Long getScanScore()
public void setScanScore(Long ScanScore)
ScanScore - Scan score
Note: This field may return null, indicating that no valid values can be obtained.public Long getRollbackVersion()
public void setRollbackVersion(Long RollbackVersion)
RollbackVersion - Version number to roll back to
Note: This field may return null, indicating that no valid values can be obtained.public Long getStatus()
public void setStatus(Long Status)
Status - Release status
Note: This field may return null, indicating that no valid values can be obtained.public String getScanHtmlPath()
public void setScanHtmlPath(String ScanHtmlPath)
ScanHtmlPath - Address of the scan result
Note: This field may return null, indicating that no valid values can be obtained.public Long getVersionCurrentStatus()
public void setVersionCurrentStatus(Long VersionCurrentStatus)
VersionCurrentStatus - Version approval status. 0: Pending; 1: Processing; 2: Rejected; 3: Approved; 4: Cancelled
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.