package com.bytedance.sdk.openadsdk.core.model;

import android.text.TextUtils;
/* loaded from: classes2.dex */
public class EH {
    private double AlY;
    private int Sg;
    private String YFl;
    private int tN;
    private String vc;
    private boolean wN;

    public double AlY() {
        return this.AlY;
    }

    public String DSW() {
        return this.vc;
    }

    public int Sg() {
        return this.Sg;
    }

    public void Sg(int i) {
        this.tN = i;
    }

    public void Sg(String str) {
        this.vc = str;
    }

    public String YFl() {
        return this.YFl;
    }

    public void YFl(int i) {
        this.Sg = i;
    }

    public void YFl(String str) {
        this.YFl = str;
    }

    public void YFl(boolean z) {
        this.wN = z;
    }

    public int tN() {
        return this.tN;
    }

    public boolean vc() {
        return this.wN;
    }

    public boolean wN() {
        return !TextUtils.isEmpty(this.YFl) && this.Sg > 0 && this.tN > 0;
    }
}
