package com.seewo.sdk.model;

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

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private String f2536a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private String f2537b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private String f2538c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private String f2539d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private String f2540e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private String f2541f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private String f2542g;
    private String h;
    private String i;
    private String j;
    private String k;
    private String l;
    private boolean m;

    public String getAndroidVersion() {
        return this.j;
    }

    public String getBoardType() {
        return this.k;
    }

    public String getBootVersion() {
        return this.h;
    }

    public String getFullTouchVersion() {
        return this.f2542g;
    }

    public String getLVDS() {
        return this.l;
    }

    public String getMainCodeVersion() {
        return this.i;
    }

    public String getMcuVersion() {
        return this.f2540e;
    }

    public String getOriginalProductModel() {
        return this.f2537b;
    }

    public String getPanelModel() {
        return this.f2538c;
    }

    public String getProductModel() {
        return this.f2536a;
    }

    public String getReleaseVersion() {
        return this.f2539d;
    }

    public String getTouchVersion() {
        return this.f2541f;
    }

    public boolean isActivationStatus() {
        return this.m;
    }

    public SDKSystemInfo setActivationStatus(boolean z) {
        this.m = z;
        return this;
    }

    public SDKSystemInfo setAndroidVersion(String str) {
        this.j = str;
        return this;
    }

    public SDKSystemInfo setBoardType(String str) {
        this.k = str;
        return this;
    }

    public SDKSystemInfo setBootVersion(String str) {
        this.h = str;
        return this;
    }

    public SDKSystemInfo setFullTouchVersion(String str) {
        this.f2542g = str;
        return this;
    }

    public SDKSystemInfo setLVDS(String str) {
        this.l = str;
        return this;
    }

    public SDKSystemInfo setMainCodeVersion(String str) {
        this.i = str;
        return this;
    }

    public SDKSystemInfo setMcuVersion(String str) {
        this.f2540e = str;
        return this;
    }

    public SDKSystemInfo setOriginalProductModel(String str) {
        this.f2537b = str;
        return this;
    }

    public SDKSystemInfo setPanelModel(String str) {
        this.f2538c = str;
        return this;
    }

    public SDKSystemInfo setProductModel(String str) {
        this.f2536a = str;
        return this;
    }

    public SDKSystemInfo setReleaseVersion(String str) {
        this.f2539d = str;
        return this;
    }

    public SDKSystemInfo setTouchVersion(String str) {
        this.f2541f = str;
        return this;
    }
}
