Package com.illumon.iris.console.events
Class RemoteScriptCommandQuery.Result.VariableChanges
java.lang.Object
com.illumon.iris.console.events.RemoteScriptCommandQuery.Result.VariableChanges
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RemoteScriptCommandQuery.Result
public static final class RemoteScriptCommandQuery.Result.VariableChanges extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description Map<String,ExportedObjectType>
created
Map<String,ExportedObjectType>
removed
Map<String,ExportedObjectType>
updated
-
Constructor Summary
Constructors Constructor Description VariableChanges()
-
Method Summary
-
Field Details
-
Constructor Details
-
VariableChanges
public VariableChanges()
-