getProperties method
Retrieve the set of user defined properties defined.
These are defined using the method addProperty.
Syntax
List<Map<String, String>> value = batchInfo.getProperties();
Parameters
This method does not take any parameters.Return value
- Type: List<Map<String, String>>
- The returned list contains all the name/value pairs that were defined for this batch. Each entry in the list is a single name/value pair.