public class Link extends AnyJSONObject
Constructor and Description |
---|
Link() |
Link(String href,
String rel,
String type,
String title) |
Link(String href,
String rel,
String type,
String title,
String classification) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getBody() |
String |
getHref() |
Boolean |
getMerge() |
HttpMethod |
getMethod() |
String |
getRel() |
String |
getTitle() |
String |
getType() |
Boolean |
isTemplated() |
void |
setBody(Map<String,Object> body) |
void |
setHref(String href) |
void |
setMerge(Boolean merge) |
void |
setMethod(HttpMethod method) |
void |
setRel(String rel) |
void |
setTemplated(Boolean templated) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |
equals, hashCode, otherFields, setOtherField
public String getHref()
public void setHref(String href)
public String getRel()
public void setRel(String rel)
public String getType()
public void setType(String type)
public String getTitle()
public void setTitle(String title)
public Boolean isTemplated()
public void setTemplated(Boolean templated)
public Boolean getMerge()
public void setMerge(Boolean merge)
public HttpMethod getMethod()
public void setMethod(HttpMethod method)
public String toString()
toString
in class AnyJSONObject
Copyright © 1996–2022 Geotools. All rights reserved.