public class Link extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Link.LinkBuilder |
| Modifier and Type | Method and Description |
|---|---|
static Link.LinkBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getHref() |
String |
getType() |
int |
hashCode() |
void |
setHref(String href) |
void |
setType(String type) |
String |
toString() |
Copyright © 2020. All rights reserved.