Class FindRequestBody

    • Constructor Detail

      • FindRequestBody

        public FindRequestBody()
    • Method Detail

      • getIdentifiers

        public Identifiers getIdentifiers()
        Return the entity identifiers
        Returns:
        String - identifiers of the entity
      • getExternalSourceName

        public String getExternalSourceName()
        Return the entity externalSourceName
        Returns:
        String - externalSourceName of the entity
      • getType

        public String getType()
        Return the entity type
        Returns:
        String - type of the entity
      • setIdentifiers

        public void setIdentifiers​(Identifiers identifiers)
        Set up the identifiers of the entity
        Parameters:
        identifiers - of the entity
      • setExternalSourceName

        public void setExternalSourceName​(String externalSourceName)
        Set up the externalSourceName of the entity
        Parameters:
        externalSourceName - of the entity
      • setType

        public void setType​(String type)
        Set up the type of the entity
        Parameters:
        type - of the entity
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object