#include <ResourceEndpoint.h>
Public Member Functions | |
ResourceEndpoint (std::string url="", int resourceId=0) | |
ResourceEndpoint (const ResourceEndpoint &endpoint) | |
ResourceEndpoint & | operator= (const ResourceEndpoint &endpoint) |
bool | operator== (const ResourceEndpoint &endpoint) |
int | getResourceId () |
std::string | getUrl () |
std::string | toString () |
bool | equals (const ResourceEndpoint &endpoint) |
|
creates an endpoint object from the given Service URL and resourceId
|
|
creates a new Endpoint object from the given Endpoint
|
|
get the resourceId of this Endpoint
|
|
get the URL of this Endpoint
|
|
get the stringified representation of this Endpoint
|