public class ResourceUri extends Object
Constructor and Description |
---|
ResourceUri() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getHref()
Gets or sets the href.
|
String |
getLinkType()
Gets or sets the type of link.
|
String |
getRelation()
Gets or sets the relation.
|
String |
getTitle()
Gets or sets the title of link.
|
int |
hashCode() |
ResourceUri |
href(String href) |
ResourceUri |
linkType(String linkType) |
ResourceUri |
relation(String relation) |
void |
setHref(String href) |
void |
setLinkType(String linkType) |
void |
setRelation(String relation) |
void |
setTitle(String title) |
ResourceUri |
title(String title) |
String |
toString() |
public ResourceUri href(String href)
public String getHref()
public void setHref(String href)
public ResourceUri relation(String relation)
public String getRelation()
public void setRelation(String relation)
public ResourceUri linkType(String linkType)
public String getLinkType()
public void setLinkType(String linkType)
public ResourceUri title(String title)
public String getTitle()
public void setTitle(String title)
Copyright © 2021. All rights reserved.