package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKSystemInfo {
    private String a;
    private String b;
    private String c;
    private String d;
    private String e;
    private String f;

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

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

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

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

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

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

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    private boolean f407m;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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