VMware GemFire Java API Reference
Class Links
java.lang.Object
org.apache.geode.management.configuration.Links
this keeps all HATEOAS links related to a particular configuration object.
only the map (links) is serialized back to the client, nothing get de-serialized.
-
Field Details
-
HREF_PREFIX
- See Also:
-
URI_CONTEXT
- See Also:
-
URI_VERSION
- See Also:
-
-
Constructor Details
-
Links
public Links() -
Links
-
-
Method Details
-
getSelf
-
setSelf
-
getList
-
setList
-
addLink
adds the additional HATEOAS links- Parameters:
key- the key at which to add the URLurl- the URL to be added
-
anySetter
-
getLinks
-