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 class
Thing.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Thing.Builder
builder()
String
getCacheType()
ThingControlRequest
getControlRequestHandler()
Collection<Tag>
getMetaTags()
ThingMomentaryReadOutRequest
getMomentaryReadOutRequestHandler()
String
getNodeId()
NodeInfo
getNodeInfo()
String
getSourceId()
boolean
isSelfOwened()
String
toString()
-
-
-
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()
-
-