Class ModifyUploadInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.ModifyUploadInfoRequest
-
public class ModifyUploadInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyUploadInfoRequest()
ModifyUploadInfoRequest(ModifyUploadInfoRequest 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 String
getApplicationId()
Get 应用IDString
getMd5()
Get 程序包MD5String
getPkgId()
Get 调用DescribeUploadInfo接口时返回的软件包IDString
getRepositoryId()
Get 程序包仓库idString
getRepositoryType()
Get 程序包仓库类型Long
getResult()
Get COS返回上传结果(默认为0:成功,其他值表示失败)Long
getSize()
Get 程序包大小(单位字节)void
setApplicationId(String ApplicationId)
Set 应用IDvoid
setMd5(String Md5)
Set 程序包MD5void
setPkgId(String PkgId)
Set 调用DescribeUploadInfo接口时返回的软件包IDvoid
setRepositoryId(String RepositoryId)
Set 程序包仓库idvoid
setRepositoryType(String RepositoryType)
Set 程序包仓库类型void
setResult(Long Result)
Set COS返回上传结果(默认为0:成功,其他值表示失败)void
setSize(Long Size)
Set 程序包大小(单位字节)void
toMap(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
-
ModifyUploadInfoRequest
public ModifyUploadInfoRequest()
-
ModifyUploadInfoRequest
public ModifyUploadInfoRequest(ModifyUploadInfoRequest 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
-
getApplicationId
public String getApplicationId()
Get 应用ID- Returns:
- ApplicationId 应用ID
-
setApplicationId
public void setApplicationId(String ApplicationId)
Set 应用ID- Parameters:
ApplicationId
- 应用ID
-
getPkgId
public String getPkgId()
Get 调用DescribeUploadInfo接口时返回的软件包ID- Returns:
- PkgId 调用DescribeUploadInfo接口时返回的软件包ID
-
setPkgId
public void setPkgId(String PkgId)
Set 调用DescribeUploadInfo接口时返回的软件包ID- Parameters:
PkgId
- 调用DescribeUploadInfo接口时返回的软件包ID
-
getResult
public Long getResult()
Get COS返回上传结果(默认为0:成功,其他值表示失败)- Returns:
- Result COS返回上传结果(默认为0:成功,其他值表示失败)
-
setResult
public void setResult(Long Result)
Set COS返回上传结果(默认为0:成功,其他值表示失败)- Parameters:
Result
- COS返回上传结果(默认为0:成功,其他值表示失败)
-
getMd5
public String getMd5()
Get 程序包MD5- Returns:
- Md5 程序包MD5
-
setMd5
public void setMd5(String Md5)
Set 程序包MD5- Parameters:
Md5
- 程序包MD5
-
getSize
public Long getSize()
Get 程序包大小(单位字节)- Returns:
- Size 程序包大小(单位字节)
-
setSize
public void setSize(Long Size)
Set 程序包大小(单位字节)- Parameters:
Size
- 程序包大小(单位字节)
-
getRepositoryType
public String getRepositoryType()
Get 程序包仓库类型- Returns:
- RepositoryType 程序包仓库类型
-
setRepositoryType
public void setRepositoryType(String RepositoryType)
Set 程序包仓库类型- Parameters:
RepositoryType
- 程序包仓库类型
-
getRepositoryId
public String getRepositoryId()
Get 程序包仓库id- Returns:
- RepositoryId 程序包仓库id
-
setRepositoryId
public void setRepositoryId(String RepositoryId)
Set 程序包仓库id- Parameters:
RepositoryId
- 程序包仓库id
-
-