admin
2023-10-08 2c5b6e472c368e80d85b8ea2b461c9ea62981d9b
BuWanVideo/src/com/weikou/beibeivideo/entity/ad/PlayVideoPreADSetting.java
@@ -14,7 +14,7 @@
    private String csjPid;//穿山甲的pid
    //是否需要显示激励视频提示
    private boolean needShowRewardNotify;
    private String otherAction;
    public PlayVideoPreADSetting(AdUtil.AD_TYPE adType, String gdtAppId, String gdtPid, String csjPid) {
@@ -68,11 +68,11 @@
    }
    public boolean isNeedShowRewardNotify() {
        return needShowRewardNotify;
    public String getOtherAction() {
        return otherAction;
    }
    public void setNeedShowRewardNotify(boolean needShowRewardNotify) {
        this.needShowRewardNotify = needShowRewardNotify;
    public void setOtherAction(String otherAction) {
        this.otherAction = otherAction;
    }
}