Class ProjectUpdateResponse
- java.lang.Object
- 
- com.inductiveautomation.perspective.gateway.messages.ProjectUpdateResponse
 
- 
 public class ProjectUpdateResponse extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description ProjectDiffdiffIf diffing was successful, this field will be present.ProjectConfigprojectIf diffing threw aRuntimeProject.DiffExceptionthen diff will be null and this field will be present instead.RuntimeProject.EffectiveProjectSnapshotsnapshotjava.lang.StringstyleHash
 - 
Constructor SummaryConstructors Constructor Description ProjectUpdateResponse()
 
- 
- 
- 
Field Detail- 
diffpublic ProjectDiff diff If diffing was successful, this field will be present.
 - 
projectpublic ProjectConfig project If diffing threw aRuntimeProject.DiffExceptionthen diff will be null and this field will be present instead.
 - 
snapshotpublic RuntimeProject.EffectiveProjectSnapshot snapshot 
 - 
styleHashpublic java.lang.String styleHash 
 
- 
 
-