All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.lkqm.hcnet.model.UpgradeAsyncResponse Maven / Gradle / Ivy

There is a newer version: 0.0.5
Show newest version
package com.github.lkqm.hcnet.model;

import java.io.Serializable;
import java.util.concurrent.Future;
import lombok.Data;

/**
 * 设备升级结果.
 */
@Data
public class UpgradeAsyncResponse implements Serializable {

    /**
     * 升级的句柄
     */
    private long handle;

    /**
     * 异步升级结果
     */
    private Future future;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy