Package io.keikai.api.model.impl
Class HyperlinkImpl
- java.lang.Object
-
- io.keikai.api.model.impl.HyperlinkImpl
-
- All Implemented Interfaces:
Hyperlink
,Serializable
public class HyperlinkImpl extends Object implements Hyperlink, Serializable
- Since:
- 3.0.0
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.keikai.api.model.Hyperlink
Hyperlink.HyperlinkType
-
-
Constructor Summary
Constructors Constructor Description HyperlinkImpl(ModelRef<SHyperlink> linkRef, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAddress()
String
getLabel()
SHyperlink
getNative()
Hyperlink.HyperlinkType
getType()
int
hashCode()
-
-
-
Constructor Detail
-
HyperlinkImpl
public HyperlinkImpl(ModelRef<SHyperlink> linkRef, String label)
-
-
Method Detail
-
getNative
public SHyperlink getNative()
-
getType
public Hyperlink.HyperlinkType getType()
-
getAddress
public String getAddress()
- Specified by:
getAddress
in interfaceHyperlink
-
-