Class ProjectUpdateResponse
java.lang.Object
com.inductiveautomation.perspective.gateway.messages.ProjectUpdateResponse
- 
Field Summary
FieldsModifier and TypeFieldDescriptionIf diffing was successful, this field will be present.If diffing threw aRuntimeProject.DiffExceptionthen diff will be null and this field will be present instead. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
diff
If diffing was successful, this field will be present. - 
project
If diffing threw aRuntimeProject.DiffExceptionthen diff will be null and this field will be present instead. - 
snapshot
 - 
styleHash
 - 
symbolStyleHash
 
 - 
 - 
Constructor Details
- 
ProjectUpdateResponse
public ProjectUpdateResponse() 
 -