Class ResourceInsertionResponse
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.gateway.messages.ResourceInsertionResponse
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class ResourceInsertionResponse extends java.lang.Object implements java.io.Serializable- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ResourceInsertionResponse()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ResourceInsertionResponseerror(java.lang.String message)static ResourceInsertionResponsefinished()java.lang.StringgetErrorMessage()booleanisFinished()
 
- 
- 
- 
Method Detail- 
errorpublic static ResourceInsertionResponse error(java.lang.String message) 
 - 
finishedpublic static ResourceInsertionResponse finished() 
 - 
getErrorMessagepublic java.lang.String getErrorMessage() 
 - 
isFinishedpublic boolean isFinished() 
 
- 
 
-