Class DeviceResourceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20180614.models.DeviceResourceInfo
-
public class DeviceResourceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeviceResourceInfo()DeviceResourceInfo(DeviceResourceInfo 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 StringgetDeviceName()Get 设备名称StringgetMd5()Get 资源文件md5StringgetName()Get 资源名称LonggetPercent()Get 设备资源上传百分比StringgetProductID()Get 产品IDStringgetProductName()Get 产品名LonggetSize()Get 资源文件大小LonggetStatus()Get 设备资源上传状态StringgetUpdateTime()Get 资源更新时间voidsetDeviceName(String DeviceName)Set 设备名称voidsetMd5(String Md5)Set 资源文件md5voidsetName(String Name)Set 资源名称voidsetPercent(Long Percent)Set 设备资源上传百分比voidsetProductID(String ProductID)Set 产品IDvoidsetProductName(String ProductName)Set 产品名voidsetSize(Long Size)Set 资源文件大小voidsetStatus(Long Status)Set 设备资源上传状态voidsetUpdateTime(String UpdateTime)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
-
DeviceResourceInfo
public DeviceResourceInfo()
-
DeviceResourceInfo
public DeviceResourceInfo(DeviceResourceInfo 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- 资源文件大小
-
getUpdateTime
public String getUpdateTime()
Get 资源更新时间- Returns:
- UpdateTime 资源更新时间
-
setUpdateTime
public void setUpdateTime(String UpdateTime)
Set 资源更新时间- Parameters:
UpdateTime- 资源更新时间
-
getDeviceName
public String getDeviceName()
Get 设备名称- Returns:
- DeviceName 设备名称
-
setDeviceName
public void setDeviceName(String DeviceName)
Set 设备名称- Parameters:
DeviceName- 设备名称
-
getStatus
public Long getStatus()
Get 设备资源上传状态- Returns:
- Status 设备资源上传状态
-
setStatus
public void setStatus(Long Status)
Set 设备资源上传状态- Parameters:
Status- 设备资源上传状态
-
getPercent
public Long getPercent()
Get 设备资源上传百分比- Returns:
- Percent 设备资源上传百分比
-
setPercent
public void setPercent(Long Percent)
Set 设备资源上传百分比- Parameters:
Percent- 设备资源上传百分比
-
-