com.qcloud.cos.model.ciModel.job.Subtitle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cos_api-bundle Show documentation
Show all versions of cos_api-bundle Show documentation
A single bundled dependency that includes all service and dependent JARs with third-party libraries
relocated to different namespaces.
package com.qcloud.cos.model.ciModel.job;
public class Subtitle {
private String url;
private String embed;
private String fontType;
private String fontSize;
private String fontColor;
private String outlineColor;
private String vMargin;
public String getEmbed() {
return embed;
}
public void setEmbed(String embed) {
this.embed = embed;
}
public String getFontType() {
return fontType;
}
public void setFontType(String fontType) {
this.fontType = fontType;
}
public String getFontSize() {
return fontSize;
}
public void setFontSize(String fontSize) {
this.fontSize = fontSize;
}
public String getFontColor() {
return fontColor;
}
public void setFontColor(String fontColor) {
this.fontColor = fontColor;
}
public String getOutlineColor() {
return outlineColor;
}
public void setOutlineColor(String outlineColor) {
this.outlineColor = outlineColor;
}
public String getvMargin() {
return vMargin;
}
public void setvMargin(String vMargin) {
this.vMargin = vMargin;
}
public String getUrl() {
return url;
}
public void setUrl(String url) {
this.url = url;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy