Class ProjectUpdateResponse
java.lang.Object
com.inductiveautomation.perspective.gateway.messages.ProjectUpdateResponse
- 
Field SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
diffIf diffing was successful, this field will be present.
- 
projectIf diffing threw aRuntimeProject.DiffExceptionthen diff will be null and this field will be present instead.
- 
snapshot
- 
styleHash
- 
symbolStyleHash
 
- 
- 
Constructor Details- 
ProjectUpdateResponsepublic ProjectUpdateResponse()
 
-