public class LayerVersionInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LayerVersionInfo() | 
| LayerVersionInfo(LayerVersionInfo 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 | 
|---|---|
| String | getAddTime()Get 创建时间 | 
| String[] | getCompatibleRuntimes()Get 版本适用的运行时 | 
| String | getDescription()Get 版本描述 | 
| String | getLayerName()Get 层名称 | 
| Long | getLayerVersion()Get 版本号 | 
| String | getLicenseInfo()Get 许可证信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getStamp()Get Stamp | 
| String | getStatus()Get 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81) | 
| Tag[] | getTags()Get 返回层绑定的标签信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAddTime(String AddTime)Set 创建时间 | 
| void | setCompatibleRuntimes(String[] CompatibleRuntimes)Set 版本适用的运行时 | 
| void | setDescription(String Description)Set 版本描述 | 
| void | setLayerName(String LayerName)Set 层名称 | 
| void | setLayerVersion(Long LayerVersion)Set 版本号 | 
| void | setLicenseInfo(String LicenseInfo)Set 许可证信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setStamp(String Stamp)Set Stamp | 
| void | setStatus(String Status)Set 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81) | 
| void | setTags(Tag[] Tags)Set 返回层绑定的标签信息
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LayerVersionInfo()
public LayerVersionInfo(LayerVersionInfo source)
public String[] getCompatibleRuntimes()
public void setCompatibleRuntimes(String[] CompatibleRuntimes)
CompatibleRuntimes - 版本适用的运行时public String getAddTime()
public void setAddTime(String AddTime)
AddTime - 创建时间public String getDescription()
public void setDescription(String Description)
Description - 版本描述public String getLicenseInfo()
public void setLicenseInfo(String LicenseInfo)
LicenseInfo - 许可证信息
注意:此字段可能返回 null,表示取不到有效值。public Long getLayerVersion()
public void setLayerVersion(Long LayerVersion)
LayerVersion - 版本号public String getLayerName()
public void setLayerName(String LayerName)
LayerName - 层名称public String getStatus()
public void setStatus(String Status)
Status - 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/115197#.E5.B1.82.EF.BC.88Layer.EF.BC.89.E7.8A.B6.E6.80.81)public String getStamp()
public void setStamp(String Stamp)
Stamp - Stamppublic Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 返回层绑定的标签信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.