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

com.digitaldan.harmony.config.Action Maven / Gradle / Ivy

package com.digitaldan.harmony.config;

public class Action {
    String command;
    String type;
    Integer deviceId;

    public String getCommand() {
        return command;
    }

    public String getType() {
        return type;
    }

    public Integer getDeviceId() {
        return deviceId;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy