package com.ifpdos.debugmenu.entity;

import d.b.a.a.a;

/* JADX INFO: loaded from: classes.dex */
public class SwitchWithSourceBody {
    private SwitchWithSourceMode value;

    public enum SwitchWithSourceMode {
        ANDROID,
        WITH_CHANNEL,
        PC_FIRST
    }

    public SwitchWithSourceMode getMode() {
        return this.value;
    }

    public void setMode(SwitchWithSourceMode switchWithSourceMode) {
        this.value = switchWithSourceMode;
    }

    public String toString() {
        StringBuilder sbB = a.B("value:");
        SwitchWithSourceMode switchWithSourceMode = this.value;
        sbB.append(switchWithSourceMode == null ? "===> null <===" : switchWithSourceMode.name());
        return sbB.toString();
    }
}
