
Package ca.uhn.fhir.mdm.model.mdmevents
Class MdmLinkJson
java.lang.Object
ca.uhn.fhir.mdm.model.mdmevents.MdmLinkJson
- All Implemented Interfaces:
 ca.uhn.fhir.model.api.IModelJson
- 
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?> getRule()getScore()ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?> inthashCode()setCreated(Date theCreated) setEidMatch(Boolean theEidMatch) voidsetGoldenPid(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?> theGoldenPid) setGoldenResourceId(String theGoldenResourceId) setLinkCreatedNewResource(Boolean theLinkCreatedNewResource) setLinkSource(MdmLinkSourceEnum theLinkSource) setMatchResult(MdmMatchResultEnum theMatchResult) voidsetRuleCount(Long theRuleCount) setSourceId(String theSourceId) voidsetSourcePid(ca.uhn.fhir.rest.api.server.storage.IResourcePersistentId<?> theSourcePid) setUpdated(Date theUpdated) setVersion(String theVersion) toString()voidtranslateAndSetRule(MdmRulesJson theRule, Long theVector)  
- 
Constructor Details
- 
MdmLinkJson
public MdmLinkJson() 
 - 
 - 
Method Details
- 
getGoldenResourceId
 - 
setGoldenResourceId
 - 
getSourceId
 - 
setSourceId
 - 
getMatchResult
 - 
setMatchResult
 - 
getLinkSource
 - 
setLinkSource
 - 
getCreated
 - 
setCreated
 - 
getUpdated
 - 
setUpdated
 - 
getVersion
 - 
setVersion
 - 
getEidMatch
 - 
setEidMatch
 - 
getLinkCreatedNewResource
 - 
setLinkCreatedNewResource
 - 
getVector
 - 
setVector
 - 
getScore
 - 
setScore
 - 
getRuleCount
 - 
setRuleCount
 - 
getRule
 - 
translateAndSetRule
 - 
getGoldenPid
 - 
setGoldenPid
 - 
getSourcePid
 - 
setSourcePid
 - 
equals
 - 
hashCode
 - 
toString
 
 -