public class WxMpMaterial extends Object implements Serializable
| 构造器和说明 |
|---|
WxMpMaterial() |
WxMpMaterial(String name,
File file,
String videoTitle,
String videoIntroduction) |
| 限定符和类型 | 方法和说明 |
|---|---|
File |
getFile() |
Map<String,String> |
getForm() |
String |
getName() |
String |
getVideoIntroduction() |
String |
getVideoTitle() |
void |
setFile(File file) |
void |
setName(String name) |
void |
setVideoIntroduction(String videoIntroduction) |
void |
setVideoTitle(String videoTitle) |
String |
toString() |
public String getVideoTitle()
public void setVideoTitle(String videoTitle)
public String getVideoIntroduction()
public void setVideoIntroduction(String videoIntroduction)
public String getName()
public void setName(String name)
public File getFile()
public void setFile(File file)
Copyright © 2017. All rights reserved.