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

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

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

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

    private RespGetBootPCChoice() {
    }

    public SDKPcBootStrategy getPcBootStrategy() {
        return this.f2777b;
    }

    public void setPcBootStrategy(SDKPcBootStrategy sDKPcBootStrategy) {
        this.f2777b = sDKPcBootStrategy;
    }

    public RespGetBootPCChoice(SDKPcBootStrategy sDKPcBootStrategy) {
        this();
        this.f2777b = sDKPcBootStrategy;
    }
}
