-
public class MessageAttach
Created by Kunyang.Lee on 2017/9/12.
-
-
Method Summary
Modifier and Type Method Description boolean
isVideo()
Whether video or not String
getUrl()
get url void
setUrl(String url)
Set url String
getThumbUrl()
get thumb url void
setThumbUrl(String thumbUrl)
Set thumb url void
setVideo(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
-
-