BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java
@@ -13,6 +13,10 @@ private String gdtPid;//广点通的PID private String csjPid;//穿山甲的pid //是否需要显示激励视频提示 private String otherAction; public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) { this.adType = adType; this.gdtAppId = gdtAppId; @@ -64,4 +68,11 @@ } public String getOtherAction() { return otherAction; } public void setOtherAction(String otherAction) { this.otherAction = otherAction; } }