Class MappingSetReference
- java.lang.Object
-
- org.incenp.obofoundry.sssom.model.MappingSetReference
-
public class MappingSetReference extends Object
Represents amapping set referenceobject.Automatically generated from the SSSOM LinkML schema.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMappingSetReference.MappingSetReferenceBuilder
-
Constructor Summary
Constructors Modifier Constructor Description MappingSetReference()Creates 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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MappingSetReference.MappingSetReferenceBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Map<String,ExtensionValue>getExtensions()Gets the map of extension values.Map<String,ExtensionValue>getExtensions(boolean set)Gets the map of extension values, optionally initializing the map if needed.LocalDategetLastUpdated()Gets the value of thelast_updatedslot.StringgetLocalName()Gets the value of thelocal_nameslot.StringgetMappingSetGroup()Gets the value of themapping_set_groupslot.StringgetMappingSetId()Gets the value of themapping_set_idslot.StringgetMirrorFrom()Gets the value of themirror_fromslot.DoublegetRegistryConfidence()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.MappingSetReference.MappingSetReferenceBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
getMappingSetId
public String getMappingSetId()
Gets the value of themapping_set_idslot.
-
setMappingSetId
public void setMappingSetId(String value)
Sets the value of themapping_set_idslot.
-
getMirrorFrom
public String getMirrorFrom()
Gets the value of themirror_fromslot.
-
setMirrorFrom
public void setMirrorFrom(String value)
Sets the value of themirror_fromslot.
-
getRegistryConfidence
public Double getRegistryConfidence()
Gets the value of theregistry_confidenceslot.
-
setRegistryConfidence
public void setRegistryConfidence(Double value)
Sets the value of theregistry_confidenceslot.
-
getMappingSetGroup
public String getMappingSetGroup()
Gets the value of themapping_set_groupslot.
-
setMappingSetGroup
public void setMappingSetGroup(String value)
Sets the value of themapping_set_groupslot.
-
getLastUpdated
public LocalDate getLastUpdated()
Gets the value of thelast_updatedslot.
-
setLastUpdated
public void setLastUpdated(LocalDate value)
Sets the value of thelast_updatedslot.
-
getLocalName
public String getLocalName()
Gets the value of thelocal_nameslot.
-
setLocalName
public void setLocalName(String value)
Sets the value of thelocal_nameslot.
-
getExtensions
public Map<String,ExtensionValue> getExtensions()
Gets the map of extension values.
-
getExtensions
public Map<String,ExtensionValue> getExtensions(boolean set)
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
public void setExtensions(Map<String,ExtensionValue> value)
Sets the map of extension values.
-
canEqual
protected boolean canEqual(Object other)
-
builder
public static MappingSetReference.MappingSetReferenceBuilder builder()
-
toBuilder
public MappingSetReference.MappingSetReferenceBuilder toBuilder()
-
-