Class MappingSetReference
java.lang.Object
org.incenp.obofoundry.sssom.model.MappingSetReference
Represents a
mapping set reference object.
Automatically generated from the SSSOM LinkML schema.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionCreates a new empty instance.protectedMappingSetReference(String mappingSetId, String mirrorFrom, Double registryConfidence, String mappingSetGroup, LocalDate lastUpdated, String localName, Map<String, ExtensionValue> extensions) Creates a new instance from the specified values. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanGets the map of extension values.getExtensions(boolean set) Gets the map of extension values, optionally initializing the map if needed.Gets the value of thelast_updatedslot.Gets the value of thelocal_nameslot.Gets the value of themapping_set_groupslot.Gets the value of themapping_set_idslot.Gets the value of themirror_fromslot.Gets the value of theregistry_confidenceslot.inthashCode()voidsetExtensions(Map<String, ExtensionValue> value) Sets the map of extension values.voidsetLastUpdated(LocalDate value) Sets the value of thelast_updatedslot.voidsetLocalName(String value) Sets the value of thelocal_nameslot.voidsetMappingSetGroup(String value) Sets the value of themapping_set_groupslot.voidsetMappingSetId(String value) Sets the value of themapping_set_idslot.voidsetMirrorFrom(String value) Sets the value of themirror_fromslot.voidsetRegistryConfidence(Double value) Sets the value of theregistry_confidenceslot.toString()
-
Constructor Details
-
MappingSetReference
public MappingSetReference()Creates a new empty instance. -
MappingSetReference
-
-
Method Details
-
getMappingSetId
Gets the value of themapping_set_idslot. -
setMappingSetId
Sets the value of themapping_set_idslot. -
getMirrorFrom
Gets the value of themirror_fromslot. -
setMirrorFrom
Sets the value of themirror_fromslot. -
getRegistryConfidence
Gets the value of theregistry_confidenceslot. -
setRegistryConfidence
Sets the value of theregistry_confidenceslot. -
getMappingSetGroup
Gets the value of themapping_set_groupslot. -
setMappingSetGroup
Sets the value of themapping_set_groupslot. -
getLastUpdated
Gets the value of thelast_updatedslot. -
setLastUpdated
Sets the value of thelast_updatedslot. -
getLocalName
Gets the value of thelocal_nameslot. -
setLocalName
Sets the value of thelocal_nameslot. -
getExtensions
Gets the map of extension values. -
getExtensions
Gets the map of extension values, optionally initializing the map if needed.- Parameters:
set- Iftrue, the underlying field will be initialized to an empty map if it happens to benull.- Returns:
- The map of extension values.
-
setExtensions
Sets the map of extension values. -
toString
-
equals
-
canEqual
-
hashCode
-
builder
-
toBuilder
-