Class ServiceReleaseHistoryInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.ServiceReleaseHistoryInfo
-
public class ServiceReleaseHistoryInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ServiceReleaseHistoryInfo()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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReleaseTime()Get 版本发布时间。 注意:此字段可能返回 null,表示取不到有效值。StringgetVersionDesc()Get 版本描述。 注意:此字段可能返回 null,表示取不到有效值。StringgetVersionName()Get 版本号。 注意:此字段可能返回 null,表示取不到有效值。voidsetReleaseTime(String ReleaseTime)Set 版本发布时间。 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionDesc(String VersionDesc)Set 版本描述。 注意:此字段可能返回 null,表示取不到有效值。voidsetVersionName(String VersionName)Set 版本号。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ServiceReleaseHistoryInfo
public ServiceReleaseHistoryInfo()
-
ServiceReleaseHistoryInfo
public 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.
-
-
Method Detail
-
getVersionName
public String getVersionName()
Get 版本号。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionName 版本号。 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionName
public void setVersionName(String VersionName)
Set 版本号。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionName- 版本号。 注意:此字段可能返回 null,表示取不到有效值。
-
getVersionDesc
public String getVersionDesc()
Get 版本描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- VersionDesc 版本描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setVersionDesc
public void setVersionDesc(String VersionDesc)
Set 版本描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
VersionDesc- 版本描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getReleaseTime
public String getReleaseTime()
Get 版本发布时间。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReleaseTime 版本发布时间。 注意:此字段可能返回 null,表示取不到有效值。
-
setReleaseTime
public void setReleaseTime(String ReleaseTime)
Set 版本发布时间。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReleaseTime- 版本发布时间。 注意:此字段可能返回 null,表示取不到有效值。
-
-