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