public class ProductMetadata extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCreateUserId()
Get 创建者 Uin
|
Long |
getCreationDate()
Get 产品创建时间
|
Long |
getUserId()
Get 账号 Uin
|
void |
setCreateUserId(Long CreateUserId)
Set 创建者 Uin
|
void |
setCreationDate(Long CreationDate)
Set 产品创建时间
|
void |
setUserId(Long UserId)
Set 账号 Uin
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ProductMetadata()
public ProductMetadata(ProductMetadata source)
public Long getCreationDate()
public void setCreationDate(Long CreationDate)
CreationDate
- 产品创建时间public Long getCreateUserId()
public void setCreateUserId(Long CreateUserId)
CreateUserId
- 创建者 Uinpublic Long getUserId()
public void setUserId(Long UserId)
UserId
- 账号 UinCopyright © 2024. All rights reserved.