public class NodeElement extends IoTDataExtensionElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ELEMENT |
| Constructor and Description |
|---|
NodeElement(NodeInfo nodeInfo,
java.util.List<TimestampElement> timestampElements) |
NodeElement(NodeInfo nodeInfo,
TimestampElement timestampElement) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElementName() |
java.util.List<TimestampElement> |
getTimestampElements() |
org.jivesoftware.smack.util.XmlStringBuilder |
toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace) |
getNamespaceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final java.lang.String ELEMENT
public NodeElement(NodeInfo nodeInfo, TimestampElement timestampElement)
public NodeElement(NodeInfo nodeInfo, java.util.List<TimestampElement> timestampElements)
public java.util.List<TimestampElement> getTimestampElements()
public java.lang.String getElementName()
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)