Interface ImportOperation.Problem
- Enclosing interface:
- ImportOperation
public static interface ImportOperation.Problem
- Since:
- 5.1.102
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
The problem description.long
The node id of the problematic element.The store type of the problematic element.
-
Method Details
-
getStoreType
The store type of the problematic element.- Returns:
- Store type.
- Since:
- 5.1.102
-
getNodeId
long getNodeId()The node id of the problematic element.- Returns:
- Node id.
- Since:
- 5.1.102
-
getMessage
The problem description.- Returns:
- Problem description.
- Since:
- 5.1.102
-