package com.ifpdos.sdk.udi.opensdk.model.touch;

import android.graphics.Rect;
import d.a.a.n.b;

/* JADX INFO: loaded from: classes.dex */
public class UpdateNoTouchAreaRequest {

    @b(name = "area")
    public Rect area;

    @b(name = "isCableTouchEnable")
    public boolean isCableTouchEnable;

    @b(name = "widgetId")
    public int widgetId;

    public UpdateNoTouchAreaRequest() {
    }

    public UpdateNoTouchAreaRequest(int i2, Rect rect, boolean z) {
        this.widgetId = i2;
        this.area = rect;
        this.isCableTouchEnable = z;
    }
}
