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

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

/* JADX INFO: loaded from: classes.dex */
public class RespAutoChannelSwitchResult implements SDKParsable {
    private p b;

    private RespAutoChannelSwitchResult() {
    }

    public p getAutoChannelSwitchItem() {
        return this.b;
    }

    public void setAutoChannelSwitchItem(p pVar) {
        this.b = pVar;
    }

    public RespAutoChannelSwitchResult(p pVar) {
        this();
        this.b = pVar;
    }
}
