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 Creation time
|
String[] |
getCompatibleRuntimes()
Get Runtime applicable to a version
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getDescription()
Get Version description
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getLayerName()
Get Layer name
|
Long |
getLayerVersion()
Get Version number
|
String |
getLicenseInfo()
Get License information
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStamp()
Get Stamp
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getStatus()
Get Current status of specific layer version.
|
void |
setAddTime(String AddTime)
Set Creation time
|
void |
setCompatibleRuntimes(String[] CompatibleRuntimes)
Set Runtime applicable to a version
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setDescription(String Description)
Set Version description
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setLayerName(String LayerName)
Set Layer name
|
void |
setLayerVersion(Long LayerVersion)
Set Version number
|
void |
setLicenseInfo(String LicenseInfo)
Set License information
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStamp(String Stamp)
Set Stamp
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setStatus(String Status)
Set Current status of specific layer version.
|
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
- Runtime applicable to a version
Note: This field may return null, indicating that no valid values can be obtained.public String getAddTime()
public void setAddTime(String AddTime)
AddTime
- Creation timepublic String getDescription()
public void setDescription(String Description)
Description
- Version description
Note: This field may return null, indicating that no valid values can be obtained.public String getLicenseInfo()
public void setLicenseInfo(String LicenseInfo)
LicenseInfo
- License information
Note: This field may return null, indicating that no valid values can be obtained.public Long getLayerVersion()
public void setLayerVersion(Long LayerVersion)
LayerVersion
- Version numberpublic String getLayerName()
public void setLayerName(String LayerName)
LayerName
- Layer namepublic String getStatus()
public void setStatus(String Status)
Status
- Current status of specific layer version. For valid values, please see [here](https://intl.cloud.tencent.com/document/product/583/47175?from_cn_redirect=1#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)public String getStamp()
public void setStamp(String Stamp)
Stamp
- Stamp
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.