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 Summary
Constructors Constructor Description ResourceInsertionResponse() 
- 
Method Summary
All 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
- 
error
public static ResourceInsertionResponse error(java.lang.String message)
 
- 
finished
public static ResourceInsertionResponse finished()
 
- 
getErrorMessage
public java.lang.String getErrorMessage()
 
- 
isFinished
public boolean isFinished()
 
 - 
 
 -