Package org.jivesoftware.smackx.iot
Class Thing
- java.lang.Object
-
- org.jivesoftware.smackx.iot.Thing
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThing.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Thing.Builderbuilder()StringgetCacheType()ThingControlRequestgetControlRequestHandler()Collection<Tag>getMetaTags()ThingMomentaryReadOutRequestgetMomentaryReadOutRequestHandler()StringgetNodeId()NodeInfogetNodeInfo()StringgetSourceId()booleanisSelfOwened()StringtoString()
-
-
-
Method Detail
-
getMetaTags
public Collection<Tag> getMetaTags()
-
isSelfOwened
public boolean isSelfOwened()
-
getNodeInfo
public NodeInfo getNodeInfo()
-
getSourceId
public String getSourceId()
-
getCacheType
public String getCacheType()
-
getMomentaryReadOutRequestHandler
public ThingMomentaryReadOutRequest getMomentaryReadOutRequestHandler()
-
getControlRequestHandler
public ThingControlRequest getControlRequestHandler()
-
builder
public static Thing.Builder builder()
-
-