com.bimface.sdk.bean.request.ApiCreateSceneRequest 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 com.bimface.scene.bean.CreateSceneRequest;
/**
* Created by xufx on 2022/11/15 14:05
*/
public class ApiCreateSceneRequest extends CreateSceneRequest {
private String sceneJson;
public String getSceneJson() {
return sceneJson;
}
public void setSceneJson(String sceneJson) {
this.sceneJson = sceneJson;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy