public class LayerVersionInfo extends AbstractModel
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 版本适用的运行时
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDescription()
Get 版本描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getLayerName()
Get 层名称
|
Long |
getLayerVersion()
Get 版本号
|
String |
getLicenseInfo()
Get 许可证信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStatus()
Get 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
void |
setAddTime(String AddTime)
Set 创建时间
|
void |
setCompatibleRuntimes(String[] CompatibleRuntimes)
Set 版本适用的运行时
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDescription(String Description)
Set 版本描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLayerName(String LayerName)
Set 层名称
|
void |
setLayerVersion(Long LayerVersion)
Set 版本号
|
void |
setLicenseInfo(String LicenseInfo)
Set 许可证信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(String Status)
Set 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
|
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, toJsonString
public LayerVersionInfo()
public LayerVersionInfo(LayerVersionInfo source)
public String[] getCompatibleRuntimes()
public void setCompatibleRuntimes(String[] CompatibleRuntimes)
CompatibleRuntimes
- 版本适用的运行时
注意:此字段可能返回 null,表示取不到有效值。public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- 创建时间public String getDescription()
public void setDescription(String Description)
Description
- 版本描述
注意:此字段可能返回 null,表示取不到有效值。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/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)Copyright © 2021. All rights reserved.