public class UriTemplateDefinition extends Object
| Constructor and Description |
|---|
UriTemplateDefinition() |
UriTemplateDefinition(String uriTemplate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getUriTemplate()
Returns the URI template mapping the URI to the underlying back end service.
|
UriTemplate |
getUriTemplateObject()
Returns the
UriTemplate instance which is lazily constructed
from the getUriTemplate() value. |
int |
hashCode() |
void |
setUriTemplate(String uriTemplate) |
String |
toString() |
public UriTemplateDefinition()
public UriTemplateDefinition(String uriTemplate)
public String getUriTemplate()
public void setUriTemplate(String uriTemplate)
public UriTemplate getUriTemplateObject()
UriTemplate instance which is lazily constructed
from the getUriTemplate() value.Copyright © 2011–2015 Red Hat. All rights reserved.