public class ServiceReleaseVersion extends AbstractModel
| Constructor and Description | 
|---|
| ServiceReleaseVersion() | 
| ServiceReleaseVersion(ServiceReleaseVersion 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 | 
|---|---|
| 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, toJsonStringpublic ServiceReleaseVersion()
public ServiceReleaseVersion(ServiceReleaseVersion source)
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 © 2021. All rights reserved.