package com.seewo.sdk.internal.command.common;

import com.seewo.sdk.internal.model.SDKParsable;

/* JADX INFO: loaded from: classes.dex */
public class CmdCrashNotify implements SDKParsable {

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

    private CmdCrashNotify() {
    }

    public String getPackageName() {
        return this.f2681b;
    }

    public void setPackageName(String str) {
        this.f2681b = str;
    }

    public CmdCrashNotify(String str) {
        this();
        this.f2681b = str;
    }
}
