Class SetLongData
- java.lang.Object
-
- org.jivesoftware.smackx.iot.control.element.SetData
-
- org.jivesoftware.smackx.iot.control.element.SetLongData
-
- All Implemented Interfaces:
Element
,ExtensionElement
,FullyQualifiedElement
,NamedElement
,XmlLangElement
public class SetLongData extends SetData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smackx.iot.control.element.SetData
SetData.Type
-
-
Constructor Summary
Constructors Modifier Constructor Description SetLongData(java.lang.String name, long value)
protected
SetLongData(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Long
getLongValue()
-
Methods inherited from class org.jivesoftware.smackx.iot.control.element.SetData
getElementName, getName, getNamespace, getType, getValue, toXML
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jivesoftware.smack.packet.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Constructor Detail
-
SetLongData
public SetLongData(java.lang.String name, long value)
-
SetLongData
protected SetLongData(java.lang.String name, java.lang.String value)
-
-
Method Detail
-
getLongValue
public java.lang.Long getLongValue()
-
-