Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ServiceReleaseHistoryInfo
-
Packages that use ServiceReleaseHistoryInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ServiceReleaseHistoryInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ServiceReleaseHistoryInfo Modifier and Type Method Description ServiceReleaseHistoryInfo[]ServiceReleaseHistory. getVersionList()Get 历史版本列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceReleaseHistoryInfo Modifier and Type Method Description voidServiceReleaseHistory. setVersionList(ServiceReleaseHistoryInfo[] VersionList)Set 历史版本列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceReleaseHistoryInfo Constructor Description ServiceReleaseHistoryInfo(ServiceReleaseHistoryInfo 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.
-