package com.bytedance.sdk.openadsdk.api.nativeAd;

/* JADX INFO: loaded from: classes2.dex */
public class PAGImageItem {
    private final int fm;

    /* JADX INFO: renamed from: lb, reason: collision with root package name */
    private final String f6836lb;
    private final int ro;
    private float yz;

    public PAGImageItem(int i10, int i11, String str, float f10) {
        this.fm = i10;
        this.ro = i11;
        this.f6836lb = str;
        this.yz = f10;
    }

    public float getDuration() {
        return this.yz;
    }

    public int getHeight() {
        return this.fm;
    }

    public String getImageUrl() {
        return this.f6836lb;
    }

    public int getWidth() {
        return this.ro;
    }

    public PAGImageItem(int i10, int i11, String str) {
        this(i10, i11, str, 0.0f);
    }
}
