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

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

package com.github.libgraviton.workerbase.model;

public class QueueEventRef {
    public String $ref;

    public String get$ref() {
        return $ref;
    }

    public void set$ref(String $ref) {
        this.$ref = $ref;
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy