Class ProductMetadata
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotcloud.v20210408.models.ProductMetadata
-
public class ProductMetadata extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ProductMetadata()ProductMetadata(ProductMetadata 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 LonggetCreateUserId()Get 创建者 UinLonggetCreationDate()Get 产品创建时间LonggetUserId()Get 账号 UinvoidsetCreateUserId(Long CreateUserId)Set 创建者 UinvoidsetCreationDate(Long CreationDate)Set 产品创建时间voidsetUserId(Long UserId)Set 账号 UinvoidtoMap(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
-
ProductMetadata
public ProductMetadata()
-
ProductMetadata
public ProductMetadata(ProductMetadata 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
-
getCreationDate
public Long getCreationDate()
Get 产品创建时间- Returns:
- CreationDate 产品创建时间
-
setCreationDate
public void setCreationDate(Long CreationDate)
Set 产品创建时间- Parameters:
CreationDate- 产品创建时间
-
getCreateUserId
public Long getCreateUserId()
Get 创建者 Uin- Returns:
- CreateUserId 创建者 Uin
-
setCreateUserId
public void setCreateUserId(Long CreateUserId)
Set 创建者 Uin- Parameters:
CreateUserId- 创建者 Uin
-
getUserId
public Long getUserId()
Get 账号 Uin- Returns:
- UserId 账号 Uin
-
setUserId
public void setUserId(Long UserId)
Set 账号 Uin- Parameters:
UserId- 账号 Uin
-
-