-
public class MessageAttachCreated by Kunyang.Lee on 2017/9/12.
-
-
Method Summary
Modifier and Type Method Description booleanisVideo()Whether video or not StringgetUrl()get url voidsetUrl(String url)Set url StringgetThumbUrl()get thumb url voidsetThumbUrl(String thumbUrl)Set thumb url voidsetVideo(boolean video)Set is video flag -
-
Method Detail
-
isVideo
boolean isVideo()
Whether video or not
-
getUrl
String getUrl()
get url
-
setUrl
void setUrl(String url)
Set url
- Parameters:
url- url
-
getThumbUrl
String getThumbUrl()
get thumb url
-
setThumbUrl
void setThumbUrl(String thumbUrl)
Set thumb url
- Parameters:
thumbUrl- thumb url
-
setVideo
void setVideo(boolean video)
Set is video flag
- Parameters:
video- video flag
-
-
-
-