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

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

package com.github.libgraviton.workerbase.model;

public class GravitonFileLinks {
    public String type;
    public String $ref;
    
    public String getType() {
        return type;
    }
    public void setType(String type) {
        this.type = type;
    }
    public String get$ref() {
        return $ref;
    }
    public void set$ref(String $ref) {
        this.$ref = $ref;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy