001package org.anarres.qemu.qapi.api; 002 003import com.fasterxml.jackson.annotation.JsonProperty; 004import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; 005import javax.annotation.CheckForNull; 006import javax.annotation.Nonnull; 007import org.anarres.qemu.qapi.common.*; 008 009/** 010 * Autogenerated class. 011 * 012 * <pre>QApiEventDescriptor{name=RESET, data=null}</pre> 013 */ 014// QApiEventDescriptor{name=RESET, data=null} 015public class ResetEvent extends QApiEvent { 016 017}