public class ProductResourceInfo extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Get 资源创建时间
|
String |
getDescription()
Get 资源文件描述
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMd5()
Get 资源文件md5
|
String |
getName()
Get 资源名称
|
String |
getProductID()
Get 产品ID
|
String |
getProductName()
Get 产品名
|
Long |
getSize()
Get 资源文件大小
|
void |
setCreateTime(String CreateTime)
Set 资源创建时间
|
void |
setDescription(String Description)
Set 资源文件描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMd5(String Md5)
Set 资源文件md5
|
void |
setName(String Name)
Set 资源名称
|
void |
setProductID(String ProductID)
Set 产品ID
|
void |
setProductName(String ProductName)
Set 产品名
|
void |
setSize(Long Size)
Set 资源文件大小
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ProductResourceInfo()
public ProductResourceInfo(ProductResourceInfo source)
public String getProductID()
public void setProductID(String ProductID)
ProductID
- 产品IDpublic String getProductName()
public void setProductName(String ProductName)
ProductName
- 产品名public String getName()
public void setName(String Name)
Name
- 资源名称public String getMd5()
public void setMd5(String Md5)
Md5
- 资源文件md5public Long getSize()
public void setSize(Long Size)
Size
- 资源文件大小public String getDescription()
public void setDescription(String Description)
Description
- 资源文件描述
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 资源创建时间Copyright © 2022. All rights reserved.