T
- the type of the objectpublic static class OortObject.Info<T> extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_FIELD |
static String |
NAME_FIELD |
static String |
OBJECT_FIELD |
static String |
OORT_URL_FIELD |
static String |
PEER_FIELD |
static String |
TYPE_FIELD |
static String |
VERSION_FIELD |
Modifier | Constructor and Description |
---|---|
protected |
Info(String oortURL,
Map<? extends String,?> map) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
T |
getObject() |
String |
getOortURL() |
protected long |
getVersion() |
boolean |
isLocal() |
String |
toString() |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode
public static final String VERSION_FIELD
public static final String OORT_URL_FIELD
public static final String NAME_FIELD
public static final String OBJECT_FIELD
public static final String TYPE_FIELD
public static final String ACTION_FIELD
public static final String PEER_FIELD
protected long getVersion()
public String getOortURL()
public String getName()
public T getObject()
public boolean isLocal()
public String toString()
toString
in class AbstractMap<String,Object>
Copyright © 2008–2024 The CometD Project. All rights reserved.