Package knf.hydra.core.models.data
Class LinkData
-
- All Implemented Interfaces:
public final class LinkDataRepresents an openable link, if the link is a valid URL and isUserOpenable is set to true, the user can open the link in a web browser.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringlinkprivate final BooleanisUserOpenable
-
Method Summary
Modifier and Type Method Description final StringgetLink()final BooleanisUserOpenable()final BooleanisOpenable()Checks if link is a valid url and isUserOpenable is set to true -
-
Method Detail
-
isUserOpenable
final Boolean isUserOpenable()
-
isOpenable
final Boolean isOpenable()
Checks if link is a valid url and isUserOpenable is set to true
-
-
-
-