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

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

There is a newer version: 0.26.0
Show newest version
package com.github.libgraviton.workerbase.model;

/**
 * 

GravitonRef class.

* * @author Dario Nuevo * @version $Id: $Id * @since 0.7.0 */ public class GravitonRef { public String $ref; /** *

Getter for the field $ref.

* * @return a {@link java.lang.String} object. */ public String get$ref() { return $ref; } /** *

Setter for the field $ref.

* * @param $ref a {@link java.lang.String} object. */ public void set$ref(String $ref) { this.$ref = $ref; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy