public class Link extends Object
| Constructor and Description |
|---|
Link() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHref()
URI of the linked resource.
|
String |
getMethod()
HTTP method of the linked resource.
|
String |
getTitle()
Label of the linked resource.
|
void |
setHref(String href) |
void |
setMethod(String method) |
void |
setTitle(String title) |
String |
toString() |
public String getHref()
public void setHref(String href)
public String getTitle()
public void setTitle(String title)
public String getMethod()
public void setMethod(String method)
Copyright © 2016. All Rights Reserved.