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

com.mx.path.model.mdx.model.challenges.Image Maven / Gradle / Ivy

package com.mx.path.model.mdx.model.challenges;

import com.mx.path.model.mdx.model.MdxBase;

public final class Image extends MdxBase {
  private String url;

  public String getUrl() {
    return url;
  }

  public void setUrl(String url) {
    this.url = url;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy