Class MappingSetReference


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

    Automatically generated from the SSSOM LinkML schema.

    • Constructor Detail

      • MappingSetReference

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

      • 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​(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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object