Class PkgInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tsf.v20180326.models.PkgInfo
-
public class PkgInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMd5()Get 程序包MD5 注意:此字段可能返回 null,表示取不到有效值。PkgBind[]getPkgBindInfo()Get 程序包关联关系 注意:此字段可能返回 null,表示取不到有效值。StringgetPkgDesc()Get 程序包描述 注意:此字段可能返回 null,表示取不到有效值。StringgetPkgId()Get 程序包ID 注意:此字段可能返回 null,表示取不到有效值。StringgetPkgName()Get 程序包名 注意:此字段可能返回 null,表示取不到有效值。LonggetPkgPubStatus()Get 程序包状态 注意:此字段可能返回 null,表示取不到有效值。StringgetPkgType()Get 程序包类型 注意:此字段可能返回 null,表示取不到有效值。StringgetPkgVersion()Get 程序包版本 注意:此字段可能返回 null,表示取不到有效值。StringgetUploadTime()Get 上传时间 注意:此字段可能返回 null,表示取不到有效值。voidsetMd5(String Md5)Set 程序包MD5 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgBindInfo(PkgBind[] PkgBindInfo)Set 程序包关联关系 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgDesc(String PkgDesc)Set 程序包描述 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgId(String PkgId)Set 程序包ID 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgName(String PkgName)Set 程序包名 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgPubStatus(Long PkgPubStatus)Set 程序包状态 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgType(String PkgType)Set 程序包类型 注意:此字段可能返回 null,表示取不到有效值。voidsetPkgVersion(String PkgVersion)Set 程序包版本 注意:此字段可能返回 null,表示取不到有效值。voidsetUploadTime(String UploadTime)Set 上传时间 注意:此字段可能返回 null,表示取不到有效值。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
-
PkgInfo
public PkgInfo()
-
PkgInfo
public PkgInfo(PkgInfo 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
-
getPkgId
public String getPkgId()
Get 程序包ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgId 程序包ID 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgId
public void setPkgId(String PkgId)
Set 程序包ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgId- 程序包ID 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgName
public String getPkgName()
Get 程序包名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgName 程序包名 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgName
public void setPkgName(String PkgName)
Set 程序包名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgName- 程序包名 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgType
public String getPkgType()
Get 程序包类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgType 程序包类型 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgType
public void setPkgType(String PkgType)
Set 程序包类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgType- 程序包类型 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgVersion
public String getPkgVersion()
Get 程序包版本 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgVersion 程序包版本 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgVersion
public void setPkgVersion(String PkgVersion)
Set 程序包版本 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgVersion- 程序包版本 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgDesc
public String getPkgDesc()
Get 程序包描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgDesc 程序包描述 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgDesc
public void setPkgDesc(String PkgDesc)
Set 程序包描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgDesc- 程序包描述 注意:此字段可能返回 null,表示取不到有效值。
-
getUploadTime
public String getUploadTime()
Get 上传时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- UploadTime 上传时间 注意:此字段可能返回 null,表示取不到有效值。
-
setUploadTime
public void setUploadTime(String UploadTime)
Set 上传时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
UploadTime- 上传时间 注意:此字段可能返回 null,表示取不到有效值。
-
getMd5
public String getMd5()
Get 程序包MD5 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Md5 程序包MD5 注意:此字段可能返回 null,表示取不到有效值。
-
setMd5
public void setMd5(String Md5)
Set 程序包MD5 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Md5- 程序包MD5 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgPubStatus
public Long getPkgPubStatus()
Get 程序包状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgPubStatus 程序包状态 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgPubStatus
public void setPkgPubStatus(Long PkgPubStatus)
Set 程序包状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgPubStatus- 程序包状态 注意:此字段可能返回 null,表示取不到有效值。
-
getPkgBindInfo
public PkgBind[] getPkgBindInfo()
Get 程序包关联关系 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PkgBindInfo 程序包关联关系 注意:此字段可能返回 null,表示取不到有效值。
-
setPkgBindInfo
public void setPkgBindInfo(PkgBind[] PkgBindInfo)
Set 程序包关联关系 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PkgBindInfo- 程序包关联关系 注意:此字段可能返回 null,表示取不到有效值。
-
-