public class EndpointInfo extends Object
| Constructor and Description |
|---|
EndpointInfo()
The default constructor.
|
EndpointInfo(EndpointInfo endpointInfo)
The copy constructor.
|
EndpointInfo(String endpoint)
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getEndpoint() |
String |
getRegex() |
String |
getType() |
String |
getUriRegex() |
String |
getUriTemplate() |
int |
hashCode() |
boolean |
metaURI()
This method determines if the URI represents contains meta
characters and therefore represents multiple real URIs.
|
EndpointInfo |
setEndpoint(String endpoint) |
void |
setRegex(String regex) |
EndpointInfo |
setType(String type) |
void |
setUriRegex(String uriRegex) |
void |
setUriTemplate(String uriTemplate) |
String |
toString() |
public EndpointInfo()
public EndpointInfo(String endpoint)
endpoint - The endpointpublic EndpointInfo(EndpointInfo endpointInfo)
endpointInfo - The info to copypublic String getEndpoint()
public EndpointInfo setEndpoint(String endpoint)
endpoint - the endpoint to setpublic String getType()
public EndpointInfo setType(String type)
type - the type to setpublic String getRegex()
public void setRegex(String regex)
regex - the regex to setpublic String getUriRegex()
public void setUriRegex(String uriRegex)
uriRegex - the uriRegex to setpublic String getUriTemplate()
public void setUriTemplate(String uriTemplate)
uriTemplate - the uriTemplate to setpublic boolean metaURI()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.