public final class LinkFieldValue extends Object implements FieldValue
Constructor and Description |
---|
LinkFieldValue(String value)
Creates a new
LinkFieldValue instance. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
FieldType |
getType()
Returns the type of field.
|
String |
getValue()
The value of the Link field.
|
int |
hashCode() |
String |
toString() |
isBuiltin
@ConstructorProperties(value="value") public LinkFieldValue(String value)
LinkFieldValue
instance.value
- The value of the Link field.public FieldType getType()
getType
in interface FieldValue
public String getValue()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object