package com.seewo.remote.g;

import android.text.TextUtils;

/* JADX INFO: compiled from: NetworkSetting.java */
/* JADX INFO: loaded from: classes.dex */
public class l {

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private static final byte[] f281h = {0, 0, 0, 0};

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private static l f282i;
    private byte a = 1;
    private byte[] b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private byte[] f283c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private byte[] f284d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private byte[] f285e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private byte[] f286f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private byte[] f287g;

    private l() {
        byte[] bArr = f281h;
        this.b = bArr;
        this.f283c = bArr;
        this.f284d = bArr;
        this.f285e = bArr;
        this.f286f = bArr;
        this.f287g = bArr;
    }

    public static l b() {
        if (f282i == null) {
            f282i = new l();
        }
        return f282i;
    }

    public byte[] a() {
        return this.f283c;
    }

    public byte[] c() {
        return this.b;
    }

    public byte d() {
        return this.a;
    }

    public byte[] e() {
        return this.f284d;
    }

    public byte[] f() {
        return this.f286f;
    }

    public byte[] g() {
        return this.f287g;
    }

    public byte[] h() {
        return this.f285e;
    }

    public void i(byte[] bArr) {
        this.f283c = bArr;
    }

    public void j(byte[] bArr) {
        this.b = bArr;
    }

    public void k(String str) {
        TextUtils.isEmpty(str);
    }

    public void l(byte b) {
        this.a = b;
    }

    public void m(byte[] bArr) {
        this.f284d = bArr;
    }

    public void n(String str) {
        TextUtils.isEmpty(str);
    }

    public void o(byte[] bArr) {
        this.f286f = bArr;
    }

    public void p(byte[] bArr) {
        this.f287g = bArr;
    }

    public void q(byte[] bArr) {
        this.f285e = bArr;
    }
}
