public class CMEExportInfo extends AbstractModel
Constructor and Description |
---|
CMEExportInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getClassPath()
Get 导出的素材分类路径,长度不能超过15字符。
|
String |
getDescription()
Get 导出的素材信息,不得超过50个字符。
|
String |
getName()
Get 导出的素材名称,不得超过30个字符。
|
Entity |
getOwner()
Get 导出的归属者。
|
String[] |
getTagSet()
Get 导出的素材标签,单个标签不得超过10个字符。
|
void |
setClassPath(String ClassPath)
Set 导出的素材分类路径,长度不能超过15字符。
|
void |
setDescription(String Description)
Set 导出的素材信息,不得超过50个字符。
|
void |
setName(String Name)
Set 导出的素材名称,不得超过30个字符。
|
void |
setOwner(Entity Owner)
Set 导出的归属者。
|
void |
setTagSet(String[] TagSet)
Set 导出的素材标签,单个标签不得超过10个字符。
|
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 Entity getOwner()
public void setOwner(Entity Owner)
Owner
- 导出的归属者。public String getName()
public void setName(String Name)
Name
- 导出的素材名称,不得超过30个字符。public String getDescription()
public void setDescription(String Description)
Description
- 导出的素材信息,不得超过50个字符。public String getClassPath()
public void setClassPath(String ClassPath)
ClassPath
- 导出的素材分类路径,长度不能超过15字符。public String[] getTagSet()
public void setTagSet(String[] TagSet)
TagSet
- 导出的素材标签,单个标签不得超过10个字符。Copyright © 2020. All rights reserved.