Class VideoDTO


public class VideoDTO extends MediaDTO
  • Constructor Details

    • VideoDTO

      public VideoDTO()
  • Method Details

    • getDuration

      public String getDuration()
    • setDuration

      public void setDuration(String duration)
    • getDataPoster

      public String getDataPoster()
    • setDataPoster

      public void setDataPoster(String dataPoster)
    • fromJSON

      public static VideoDTO fromJSON(jsinterop.base.JsPropertyMap<Object> json)