package com.seewo.sdk.model;

/* JADX INFO: loaded from: classes.dex */
public class SDKSystemInfo {
    private String a;

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

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

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

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

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

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

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

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

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

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    private String f2891k;
    private String l;
    private boolean m;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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