public class SVideo extends SMessage
| 构造器和说明 |
|---|
SVideo() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription() |
String |
getMediaId() |
String |
getMsgType() |
String |
getThumbMmediaId() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setMediaId(String mediaId) |
void |
setThumbMmediaId(String thumbMmediaId) |
void |
setTitle(String title) |
String |
toString() |
public String getMsgType()
getMsgType 在类中 SMessagepublic String getMediaId()
public void setMediaId(String mediaId)
public String getThumbMmediaId()
public void setThumbMmediaId(String thumbMmediaId)
thumbMmediaId - the thumbMmediaId to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2023. All rights reserved.