package com.bytedance.sdk.openadsdk.api.nativeAd;
/* loaded from: classes2.dex */
public class PAGImageItem {
    private float AlY;
    private final int Sg;
    private final int YFl;
    private final String tN;

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

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

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

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

    public PAGImageItem(int i, int i2, String str, float f) {
        this.YFl = i;
        this.Sg = i2;
        this.tN = str;
        this.AlY = f;
    }

    public PAGImageItem(int i, int i2, String str) {
        this(i, i2, str, 0.0f);
    }
}
