public class GetLayerVersionResponse extends AbstractModel
Constructor and Description |
---|
GetLayerVersionResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAddTime()
Get Version creation time
|
String |
getCodeSha256()
Get SHA256 encoding of version file on the layer
|
String[] |
getCompatibleRuntimes()
Get Compatible runtimes
|
String |
getDescription()
Get Version description
|
String |
getLayerName()
Get Layer name
|
Long |
getLayerVersion()
Get Version number
|
String |
getLicenseInfo()
Get License information
|
String |
getLocation()
Get Download address of version file on the layer
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
String |
getStatus()
Get Current status of specific layer version.
|
void |
setAddTime(String AddTime)
Set Version creation time
|
void |
setCodeSha256(String CodeSha256)
Set SHA256 encoding of version file on the layer
|
void |
setCompatibleRuntimes(String[] CompatibleRuntimes)
Set Compatible runtimes
|
void |
setDescription(String Description)
Set Version description
|
void |
setLayerName(String LayerName)
Set Layer name
|
void |
setLayerVersion(Long LayerVersion)
Set Version number
|
void |
setLicenseInfo(String LicenseInfo)
Set License information
|
void |
setLocation(String Location)
Set Download address of version file on the layer
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
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 String[] getCompatibleRuntimes()
public void setCompatibleRuntimes(String[] CompatibleRuntimes)
CompatibleRuntimes
- Compatible runtimespublic String getCodeSha256()
public void setCodeSha256(String CodeSha256)
CodeSha256
- SHA256 encoding of version file on the layerpublic String getLocation()
public void setLocation(String Location)
Location
- Download address of version file on the layerpublic String getAddTime()
public void setAddTime(String AddTime)
AddTime
- Version creation timepublic String getDescription()
public void setDescription(String Description)
Description
- Version descriptionpublic String getLicenseInfo()
public void setLicenseInfo(String LicenseInfo)
LicenseInfo
- License informationpublic 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. Valid values:
Active: normal
Publishing: publishing
PublishFailed: publishing failed
Deleted: deletedpublic String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2020. All rights reserved.