com.qiniu.model.qdora.Disposition Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qsuits Show documentation
Show all versions of qsuits Show documentation
qiniu-suits is a efficient tools for qiniu api implemented by java8.
package com.qiniu.model.qdora;
public class Disposition {
public Integer _default;
public Integer dub;
public Integer original;
public Integer comment;
public Integer lyrics;
public Integer karaoke;
public Integer forced;
public Integer hearingImpaired;
public Integer visualImpaired;
public Integer cleanEffects;
public Integer attachedPic;
public Integer timedThumbnails;
}