![JAR search and dependency download from the Maven repository](/logo.png)
io.nflow.rest.v1.msg.WakeupResponse Maven / Gradle / Ivy
package io.nflow.rest.v1.msg;
import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
import io.nflow.engine.model.ModelObject;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
@ApiModel(description = "Response to wake up request.")
@SuppressFBWarnings(value = "URF_UNREAD_PUBLIC_OR_PROTECTED_FIELD", justification = "jackson reads dto fields")
public class WakeupResponse extends ModelObject {
@ApiModelProperty("True if the instance was woken up, false otherwise.")
public boolean wakeupSuccess;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy