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

com.weaverplatform.sdk.WeaverFile Maven / Gradle / Ivy

package com.weaverplatform.sdk;

/**
 * @author bastbijl, Sysunite 2018
 */
public class WeaverFile {

  protected String id;
  protected String name;

  public WeaverFile() {
  }

  public String getId() {
    return id;
  }

  public String getName() {
    return name;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy