package com.ifpdos.sdk.udi.opensdk.model.system;

import e.a.a.n.b;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public class BootLogoFormatBody {

    @b(name = "format")
    public List<String> format;

    @b(name = "height")
    public int height;

    @b(name = "width")
    public int width;

    public BootLogoFormatBody() {
    }

    public BootLogoFormatBody(int i2, int i3, List<String> list) {
        this.width = i2;
        this.height = i3;
        this.format = list;
    }
}
