public class SceneUpdate
extends java.lang.Object
SceneUpdate Represents a DataStructure to specify a yaml path and the corresponding value for a Scene Update.| Constructor and Description |
|---|
SceneUpdate(java.lang.String path,
java.lang.String value)
Add a point feature to this collection.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath() |
java.lang.String |
getValue() |
public SceneUpdate(java.lang.String path,
java.lang.String value)
path - Series of yaml keys separated by a ".". Represents the scene path to be updatedvalue - A yaml string which will update the value at the specified path