-
public final class GALinkOutSuggestion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdestinationNameprivate final Stringurl
-
Constructor Summary
Constructors Constructor Description GALinkOutSuggestion(String destinationName, String url)
-
Method Summary
Modifier and Type Method Description final ChoicetoChoice()final Stringcomponent1()final Stringcomponent2()final GALinkOutSuggestioncopy(String destinationName, String url)final StringgetDestinationName()final StringgetUrl()-
-
Method Detail
-
toChoice
final Choice toChoice()
-
component1
final String component1()
-
component2
final String component2()
-
copy
final GALinkOutSuggestion copy(String destinationName, String url)
-
getDestinationName
final String getDestinationName()
-
-
-
-