public class LayerVersionInfo extends AbstractModel
Constructor and Description |
---|
LayerVersionInfo() |
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 |
getStatus()
Get The status of the 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 |
setStatus(String Status)
Set The status of the 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 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
- The status of the layer version. Values can be:
`Active`: normal
`Publishing`: publishing
`PublishFailed`: failed to publish
`Deleted`: deletedCopyright © 2020. All rights reserved.