public class IoTServicesInfo extends java.lang.Object implements IoTServicesConstants
ACTIVE, AGGMSGSCHEMA, AGGTIMERANGE, BODY, DESCRIPTION, DEVICEIDTAG, DEVICETYPE, DEVICETYPEDESC, DEVICETYPEDESCRTAG, DEVICETYPETAG, ENDPOINTNAME, ENDPOINTVALUE, EXTSYSTEM, FEEDMAPPINGPROP, GROUPLEVEL, HASIOTCFG, HISTMAPPER, HISTQUERY, HTTPMETHOD, IFACENAME, INSTANCENAME, IOTCFG, IOTCONNSERVLOGGER, IOTSERVEP, IOTSERVICENAME, ISDEFAULT, LABEL, LASTMESSAGETAG, MAPPER, METERNAME, METHOD, NAMETAG, PAYLOADIDATTR, PINGENDPOINT, PROCESSOR, PROPAGGREGATION, PROPERTY, READINGDATEFORMAT, READINGDATETAGMAP, READINGDATETAGNAME, RESULTTAGNAME, RULENAME, SEQUENCE, SORT, USEDBY, USEDWITH, USEDWITH_getAggregateResultForDeviceType, USEDWITH_getAllDevicetypes, USEDWITH_getDevices, USEDWITH_getLastMessage, USEDWITH_getMessage, USEDWITH_getSampleAggregate, USEWITH, VALUE, VALUETAG
Constructor and Description |
---|
IoTServicesInfo(java.util.Map data) |
Modifier and Type | Method and Description |
---|---|
void |
addDeviceTypeInfo(IoTFDeviceTypeInfo devicetypeInfo) |
void |
addServiceDeviceTypeInfo(IoTServiceDeviceTypeInfo devicetypeInfo) |
java.lang.String |
getDescription() |
java.lang.String |
getDeviceIdTag() |
java.lang.String |
getDevicetypedesc() |
java.lang.String |
getDeviceTypeDescrTag() |
java.util.Map<java.lang.String,IoTFDeviceTypeInfo> |
getDeviceTypeInfo() |
IoTFDeviceTypeInfo |
getDeviceTypeInfo(java.lang.String deviceType)
Deprecated.
This method no longer guarantees the desired info. Use getServiceDeviceTypeInfo() instead
|
java.lang.String |
getDeviceTypeTag() |
java.lang.String |
getEndPointName() |
java.lang.String |
getHasIoTCfg() |
java.lang.String |
getIoTCfg() |
java.lang.String |
getIoTServiceName() |
java.lang.String |
getPingEndPoint() |
java.lang.String |
getProcessor() |
java.util.Map<java.lang.String,IoTServiceDeviceTypeInfo> |
getServiceDeviceTypeInfo() |
IoTServiceDeviceTypeInfo |
getServiceDeviceTypeInfo(java.lang.String deviceType) |
boolean |
isActive() |
void |
setDevicetypedesc(java.lang.String devicetypedesc) |
public java.lang.String getIoTServiceName()
public java.lang.String getDescription()
public boolean isActive()
public java.lang.String getPingEndPoint()
public java.lang.String getDeviceIdTag()
public java.lang.String getDeviceTypeTag()
public java.lang.String getDeviceTypeDescrTag()
public java.lang.String getEndPointName()
public java.lang.String getIoTCfg()
public java.lang.String getHasIoTCfg()
public java.lang.String getProcessor()
public java.util.Map<java.lang.String,IoTFDeviceTypeInfo> getDeviceTypeInfo()
public IoTFDeviceTypeInfo getDeviceTypeInfo(java.lang.String deviceType)
deviceType
- public void addDeviceTypeInfo(IoTFDeviceTypeInfo devicetypeInfo)
public IoTServiceDeviceTypeInfo getServiceDeviceTypeInfo(java.lang.String deviceType)
public void addServiceDeviceTypeInfo(IoTServiceDeviceTypeInfo devicetypeInfo)
public java.util.Map<java.lang.String,IoTServiceDeviceTypeInfo> getServiceDeviceTypeInfo()
public java.lang.String getDevicetypedesc()
public void setDevicetypedesc(java.lang.String devicetypedesc)