public class ServiceReleaseVersion extends AbstractModel
Constructor and Description |
---|
ServiceReleaseVersion() |
Modifier and Type | Method and Description |
---|---|
Long |
getTotalCount()
Get Total number of published versions.
|
ServiceReleaseHistoryInfo[] |
getVersionList()
Get Release version list.
|
void |
setTotalCount(Long TotalCount)
Set Total number of published versions.
|
void |
setVersionList(ServiceReleaseHistoryInfo[] VersionList)
Set Release version list.
|
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 Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number of published versions.
Note: this field may return null, indicating that no valid values can be obtained.public ServiceReleaseHistoryInfo[] getVersionList()
public void setVersionList(ServiceReleaseHistoryInfo[] VersionList)
VersionList
- Release version list.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.