package com.seewo.sdk.internal.response.systeminfo;

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

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

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

    private RespGetSystemInfo() {
    }

    public SDKSystemInfo getInfo() {
        return this.f2797b;
    }

    public void setInfo(SDKSystemInfo sDKSystemInfo) {
        this.f2797b = sDKSystemInfo;
    }

    public RespGetSystemInfo(SDKSystemInfo sDKSystemInfo) {
        this();
        this.f2797b = sDKSystemInfo;
    }
}
