Class GetLayerVersionResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.scf.v20180416.models.GetLayerVersionResponse
-
public class GetLayerVersionResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddTime()Get 版本的创建时间StringgetCodeSha256()Get 层中版本文件的SHA256编码String[]getCompatibleRuntimes()Get 适配的运行时StringgetDescription()Get 版本的描述StringgetLayerName()Get 层名称LonggetLayerVersion()Get 版本号StringgetLicenseInfo()Get 许可证信息StringgetLocation()Get 层中版本文件的下载地址StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetStatus()Get 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)voidsetAddTime(String AddTime)Set 版本的创建时间voidsetCodeSha256(String CodeSha256)Set 层中版本文件的SHA256编码voidsetCompatibleRuntimes(String[] CompatibleRuntimes)Set 适配的运行时voidsetDescription(String Description)Set 版本的描述voidsetLayerName(String LayerName)Set 层名称voidsetLayerVersion(Long LayerVersion)Set 版本号voidsetLicenseInfo(String LicenseInfo)Set 许可证信息voidsetLocation(String Location)Set 层中版本文件的下载地址voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetStatus(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)voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
GetLayerVersionResponse
public GetLayerVersionResponse()
-
GetLayerVersionResponse
public 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.
-
-
Method Detail
-
getCompatibleRuntimes
public String[] getCompatibleRuntimes()
Get 适配的运行时- Returns:
- CompatibleRuntimes 适配的运行时
-
setCompatibleRuntimes
public void setCompatibleRuntimes(String[] CompatibleRuntimes)
Set 适配的运行时- Parameters:
CompatibleRuntimes- 适配的运行时
-
getCodeSha256
public String getCodeSha256()
Get 层中版本文件的SHA256编码- Returns:
- CodeSha256 层中版本文件的SHA256编码
-
setCodeSha256
public void setCodeSha256(String CodeSha256)
Set 层中版本文件的SHA256编码- Parameters:
CodeSha256- 层中版本文件的SHA256编码
-
getLocation
public String getLocation()
Get 层中版本文件的下载地址- Returns:
- Location 层中版本文件的下载地址
-
setLocation
public void setLocation(String Location)
Set 层中版本文件的下载地址- Parameters:
Location- 层中版本文件的下载地址
-
getAddTime
public String getAddTime()
Get 版本的创建时间- Returns:
- AddTime 版本的创建时间
-
setAddTime
public void setAddTime(String AddTime)
Set 版本的创建时间- Parameters:
AddTime- 版本的创建时间
-
getDescription
public String getDescription()
Get 版本的描述- Returns:
- Description 版本的描述
-
setDescription
public void setDescription(String Description)
Set 版本的描述- Parameters:
Description- 版本的描述
-
getLicenseInfo
public String getLicenseInfo()
Get 许可证信息- Returns:
- LicenseInfo 许可证信息
-
setLicenseInfo
public void setLicenseInfo(String LicenseInfo)
Set 许可证信息- Parameters:
LicenseInfo- 许可证信息
-
getLayerVersion
public Long getLayerVersion()
Get 版本号- Returns:
- LayerVersion 版本号
-
setLayerVersion
public void setLayerVersion(Long LayerVersion)
Set 版本号- Parameters:
LayerVersion- 版本号
-
getLayerName
public String getLayerName()
Get 层名称- Returns:
- LayerName 层名称
-
setLayerName
public void setLayerName(String LayerName)
Set 层名称- Parameters:
LayerName- 层名称
-
getStatus
public 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)- Returns:
- Status 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
-
setStatus
public 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)- Parameters:
Status- 层的具体版本当前状态,状态值[参考此处](https://cloud.tencent.com/document/product/583/47175#.E5.B1.82.EF.BC.88layer.EF.BC.89.E7.8A.B6.E6.80.81)
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-