public class TimestampElement extends Object implements NamedElement
| Constructor and Description |
|---|
TimestampElement(Date date,
List<? extends IoTDataField> fields) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IoTDataField> |
getDataFields() |
String |
getElementName()
Returns the root element name.
|
XmlStringBuilder |
toXML()
Returns the XML representation of this Element.
|
public static final String ELEMENT
public TimestampElement(Date date, List<? extends IoTDataField> fields)
public List<? extends IoTDataField> getDataFields()
public String getElementName()
NamedElementgetElementName in interface NamedElementpublic XmlStringBuilder toXML()
Element