Class SoundDTO


public class SoundDTO extends MediaDTO
  • Constructor Details

    • SoundDTO

      public SoundDTO()
  • Method Details

    • getDuration

      public String getDuration()
    • setDuration

      public void setDuration(String duration)
    • fromJSON

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