com.bimface.sdk.bean.request.DatabagDerivativeRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bimface-java-sdk Show documentation
Show all versions of bimface-java-sdk Show documentation
Bimface provide the required call java sdk.
The newest version!
package com.bimface.sdk.bean.request;
import java.util.Map;
public class DatabagDerivativeRequest {
private Map config;
public Map getConfig() {
return config;
}
public void setConfig(Map config) {
this.config = config;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy