Class LabelParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.LabelParser
-
public class LabelParser extends Object
This class contains a set of methods to help parsing file objects between Cognite api representations (json and proto) and typed objects.
-
-
Constructor Summary
Constructors Constructor Description LabelParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LabelparseLabel(String json)Parses an event json string toLabelproto object.static Map<String,Object>toRequestInsertItem(Label element)Builds a request insert item object fromLabel.
-