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

import com.seewo.sdk.internal.model.SDKParsable;
import d.b.a.a.a;

/* JADX INFO: loaded from: classes.dex */
public class CmdSetCustomWindowMode implements SDKParsable {
    public boolean isEnable;
    public int total;
    public int value;

    private CmdSetCustomWindowMode() {
    }

    public String toString() {
        StringBuilder sbB = a.B("CmdSetCustomWindowMode{isEnable=");
        sbB.append(this.isEnable);
        sbB.append(", total=");
        sbB.append(this.total);
        sbB.append(", value=");
        sbB.append(this.value);
        sbB.append('}');
        return sbB.toString();
    }

    public CmdSetCustomWindowMode(boolean z, int i2, int i3) {
        this();
        this.isEnable = z;
        this.total = i2;
        this.value = i3;
    }
}
