Class LabelParser
java.lang.Object
com.cognite.client.servicesV1.parser.LabelParser
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 -
Method Summary
Modifier and TypeMethodDescriptionstatic LabelparseLabel(String json) Parses an event json string toLabelproto object.toRequestInsertItem(Label element) Builds a request insert item object fromLabel.
-
Constructor Details
-
LabelParser
public LabelParser()
-
-
Method Details