Class ProductResourceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.ProductResourceInfo
-
public class ProductResourceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProductResourceInfo()ProductResourceInfo(ProductResourceInfo 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 StringgetCreateTime()Get 资源创建时间StringgetDescription()Get 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。StringgetMd5()Get 资源文件md5StringgetName()Get 资源名称StringgetProductID()Get 产品IDStringgetProductName()Get 产品名LonggetSize()Get 资源文件大小voidsetCreateTime(String CreateTime)Set 资源创建时间voidsetDescription(String Description)Set 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。voidsetMd5(String Md5)Set 资源文件md5voidsetName(String Name)Set 资源名称voidsetProductID(String ProductID)Set 产品IDvoidsetProductName(String ProductName)Set 产品名voidsetSize(Long Size)Set 资源文件大小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
-
ProductResourceInfo
public ProductResourceInfo()
-
ProductResourceInfo
public ProductResourceInfo(ProductResourceInfo 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
-
getProductID
public String getProductID()
Get 产品ID- Returns:
- ProductID 产品ID
-
setProductID
public void setProductID(String ProductID)
Set 产品ID- Parameters:
ProductID- 产品ID
-
getProductName
public String getProductName()
Get 产品名- Returns:
- ProductName 产品名
-
setProductName
public void setProductName(String ProductName)
Set 产品名- Parameters:
ProductName- 产品名
-
getName
public String getName()
Get 资源名称- Returns:
- Name 资源名称
-
setName
public void setName(String Name)
Set 资源名称- Parameters:
Name- 资源名称
-
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- 资源文件大小
-
getDescription
public String getDescription()
Get 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 资源文件描述 注意:此字段可能返回 null,表示取不到有效值。
-
getCreateTime
public String getCreateTime()
Get 资源创建时间- Returns:
- CreateTime 资源创建时间
-
setCreateTime
public void setCreateTime(String CreateTime)
Set 资源创建时间- Parameters:
CreateTime- 资源创建时间
-
-