Package 

Class MessageAttach


  • 
    public class MessageAttach
    
                        

    Created by Kunyang.Lee on 2017/9/12.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean isVideo
      private String url
      private String thumbUrl
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isVideo

         boolean isVideo()

        Whether video or not

      • getUrl

         String getUrl()

        get url

      • setUrl

         void setUrl(String url)

        Set url

        Parameters:
        url - 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