Class EntityMatchingParser
- java.lang.Object
-
- com.cognite.client.servicesV1.parser.EntityMatchingParser
-
public class EntityMatchingParser extends Object
Methods for parsing entity matching results json into typed objects.
-
-
Constructor Summary
Constructors Constructor Description EntityMatchingParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EntityMatchModelparseEntityMatchModel(String json)static EntityMatchResultparseEntityMatchResult(String json)Parses an entity matching result json string into a typedEntityMatchResult.
-
-
-
Method Detail
-
parseEntityMatchResult
public static EntityMatchResult parseEntityMatchResult(String json) throws Exception
Parses an entity matching result json string into a typedEntityMatchResult.- Parameters:
json-- Returns:
- Throws:
Exception
-
parseEntityMatchModel
public static EntityMatchModel parseEntityMatchModel(String json) throws Exception
- Throws:
Exception
-
-