Class MappingSetReference

java.lang.Object
org.incenp.obofoundry.sssom.model.MappingSetReference

public class MappingSetReference extends Object
Represents a mapping set reference object.

Automatically generated from the SSSOM LinkML schema.

  • Constructor Details

    • MappingSetReference

      public MappingSetReference()
      Creates a new empty instance.
    • MappingSetReference

      protected MappingSetReference(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 Details

    • getMappingSetId

      public String getMappingSetId()
      Gets the value of the mapping_set_id slot.
    • setMappingSetId

      public void setMappingSetId(String value)
      Sets the value of the mapping_set_id slot.
    • getMirrorFrom

      public String getMirrorFrom()
      Gets the value of the mirror_from slot.
    • setMirrorFrom

      public void setMirrorFrom(String value)
      Sets the value of the mirror_from slot.
    • getRegistryConfidence

      public Double getRegistryConfidence()
      Gets the value of the registry_confidence slot.
    • setRegistryConfidence

      public void setRegistryConfidence(Double value)
      Sets the value of the registry_confidence slot.
    • getMappingSetGroup

      public String getMappingSetGroup()
      Gets the value of the mapping_set_group slot.
    • setMappingSetGroup

      public void setMappingSetGroup(String value)
      Sets the value of the mapping_set_group slot.
    • getLastUpdated

      public LocalDate getLastUpdated()
      Gets the value of the last_updated slot.
    • setLastUpdated

      public void setLastUpdated(LocalDate value)
      Sets the value of the last_updated slot.
    • getLocalName

      public String getLocalName()
      Gets the value of the local_name slot.
    • setLocalName

      public void setLocalName(String value)
      Sets the value of the local_name slot.
    • 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 - If true, the underlying field will be initialized to an empty map if it happens to be null.
      Returns:
      The map of extension values.
    • setExtensions

      public void setExtensions(Map<String, ExtensionValue> value)
      Sets the map of extension values.
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • builder

    • toBuilder