Class LinkProviderType

java.lang.Object
eu.dnetlib.dhp.schema.sx.api.model.v2.LinkProviderType

public class LinkProviderType extends Object
The type Link provider type.
  • Constructor Details

    • LinkProviderType

      public LinkProviderType()
  • Method Details

    • name

      public LinkProviderType name(String name)
      Name link provider type.
      Parameters:
      name - the name
      Returns:
      the link provider type
    • getName

      @Size(max=300) public @Size(max=300) String getName()
      Get name
      Returns:
      name name
    • setName

      public void setName(String name)
      Sets name.
      Parameters:
      name - the name
    • totalRelationships

      public LinkProviderType totalRelationships(Integer totalRelationships)
      Total relationships link provider type.
      Parameters:
      totalRelationships - the total relationships
      Returns:
      the link provider type
    • getTotalRelationships

      public Integer getTotalRelationships()
      Get totalRelationships
      Returns:
      totalRelationships total relationships
    • setTotalRelationships

      public void setTotalRelationships(Integer totalRelationships)
      Sets total relationships.
      Parameters:
      totalRelationships - the total relationships
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object