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

com.github.libgraviton.workerbase.model.GravitonFileMetadataAction Maven / Gradle / Ivy

package com.github.libgraviton.workerbase.model;

public class GravitonFileMetadataAction {
    public String command;
    
    public String getCommand() {
        return command;
    }
    public void setCommand(String command) {
        this.command = command;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy