public class LinkProviderType extends Object
| Constructor and Description |
|---|
LinkProviderType() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
@Size(max=300) String |
getName()
Get name
|
Integer |
getTotalRelationships()
Get totalRelationships
|
int |
hashCode() |
LinkProviderType |
name(String name)
Name link provider type.
|
void |
setName(String name)
Sets name.
|
void |
setTotalRelationships(Integer totalRelationships)
Sets total relationships.
|
String |
toString() |
LinkProviderType |
totalRelationships(Integer totalRelationships)
Total relationships link provider type.
|
public LinkProviderType name(String name)
name - the name@Size(max=300) public @Size(max=300) String getName()
public void setName(String name)
name - the namepublic LinkProviderType totalRelationships(Integer totalRelationships)
totalRelationships - the total relationshipspublic Integer getTotalRelationships()
public void setTotalRelationships(Integer totalRelationships)
totalRelationships - the total relationshipsCopyright © 2025. All rights reserved.