String Data

Data Object for carrying data represented as a string.

Class name: com.datashyft.pipeline.dataobjects.StringData

StringData(String string) — Constructs a new String Data object containing the specified String.

StringData(Map<String, List<String> tags, String type, String string) — Constructs a new String Data object containing the specified String and tags, and with the specified type.

getString() — Returns the string object contained within this data object.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us