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 f3633a;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    public SDKSystemInfo setActivationStatus(boolean z2) {
        this.f3645m = z2;
        return this;
    }

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

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

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

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

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

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

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

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

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

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

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

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