|
|
@@ -21,6 +21,8 @@ public class ContentsDetailImageBean extends LifeplusImageBean {
|
|
|
|
|
|
@SerializedName("imagFileUrl2")
|
|
|
private String imageUrlForOverview;
|
|
|
+ @SerializedName("vdeoUrl")
|
|
|
+ private String utilityUrl;
|
|
|
|
|
|
@SerializedName("itemImagAddList")
|
|
|
private List<ContentsDetailImageBean> itemImageAddList;
|
|
|
@@ -40,4 +42,12 @@ public class ContentsDetailImageBean extends LifeplusImageBean {
|
|
|
public void setImageUrlForOverview(String imageUrlForOverview) {
|
|
|
this.imageUrlForOverview = imageUrlForOverview;
|
|
|
}
|
|
|
+
|
|
|
+ public String getUtilityUrl() {
|
|
|
+ return utilityUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setUtilityUrl(String utilityUrl) {
|
|
|
+ this.utilityUrl = utilityUrl;
|
|
|
+ }
|
|
|
}
|