Class EntityMatchingParser
java.lang.Object
com.cognite.client.servicesV1.parser.EntityMatchingParser
Methods for parsing entity matching results json into typed objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityMatchModelparseEntityMatchModel(String json) static EntityMatchResultparseEntityMatchResult(String json) Parses an entity matching result json string into a typedEntityMatchResult.
-
Constructor Details
-
EntityMatchingParser
public EntityMatchingParser()
-
-
Method Details
-
parseEntityMatchResult
Parses an entity matching result json string into a typedEntityMatchResult.- Parameters:
json-- Returns:
- Throws:
Exception
-
parseEntityMatchModel
- Throws:
Exception
-