public class GetLayerVersionResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GetLayerVersionResponse() | 
| GetLayerVersionResponse(GetLayerVersionResponse 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 | getCodeSha256()Get 层中版本文件的SHA256编码 | 
| String[] | getCompatibleRuntimes()Get 适配的运行时 | 
| String | getDescription()Get 版本的描述信息 | 
| String | getLayerName()Get 层名称 | 
| Long | getLayerVersion()Get 版本号 | 
| String | getLicenseInfo()Get 许可证信息 | 
| String | getLocation()Get 层中版本文件的下载地址 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| 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) | 
| void | setAddTime(String AddTime)Set 版本的创建时间 | 
| void | setCodeSha256(String CodeSha256)Set 层中版本文件的SHA256编码 | 
| 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 许可证信息 | 
| void | setLocation(String Location)Set 层中版本文件的下载地址 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| 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 | 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 GetLayerVersionResponse()
public GetLayerVersionResponse(GetLayerVersionResponse source)
public String[] getCompatibleRuntimes()
public void setCompatibleRuntimes(String[] CompatibleRuntimes)
CompatibleRuntimes - 适配的运行时public String getCodeSha256()
public void setCodeSha256(String CodeSha256)
CodeSha256 - 层中版本文件的SHA256编码public String getLocation()
public void setLocation(String Location)
Location - 层中版本文件的下载地址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 - 许可证信息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 getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.