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

import d.a.a.n.b;

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

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

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

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

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

    public SendKeyEventBody() {
    }

    public SendKeyEventBody(int i2, int i3, int i4, int i5) {
        this.controlKey = i2;
        this.functionKey = i3;
        this.event = i4;
        this.time = i5;
    }
}
