Class NodeUnmarshallingErrorProxy
- java.lang.Object
-
- org.openforis.collect.remoting.service.dataimport.NodeUnmarshallingErrorProxy
-
-
Constructor Summary
Constructors Constructor Description NodeUnmarshallingErrorProxy(NodeUnmarshallingError nodeErrorItem)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<NodeUnmarshallingErrorProxy>fromList(List<NodeUnmarshallingError> list)StringgetMessage()StringgetPath()CollectRecord.StepgetStep()
-
-
-
Constructor Detail
-
NodeUnmarshallingErrorProxy
public NodeUnmarshallingErrorProxy(NodeUnmarshallingError nodeErrorItem)
-
-
Method Detail
-
fromList
public static List<NodeUnmarshallingErrorProxy> fromList(List<NodeUnmarshallingError> list)
-
getStep
public CollectRecord.Step getStep()
-
getPath
public String getPath()
-
getMessage
public String getMessage()
-
-