| com.envision.eeop.api.response.EventQueryGetResponse.getAlarmList() |
| com.envision.eeop.api.request.MdmObjectAttributesSetRequest.getAttributeList()
|
| com.envision.eeop.api.request.MdmObjectAttributesGuestSetRequest.getAttributeList()
|
| com.envision.eeop.api.request.DimensionInsertRequest.getColumes()
|
| com.envision.eeop.api.response.AttachedDeviceTemplatesGetResponse.getDeviceTemplate(String)
use #getDeviceTemaplateList(String) instead, since multiple collects may
collect one device, then multiple device templates can be found for one single device
|
| com.envision.eeop.api.response.AttachedDeviceTemplatesGetResponse.getDeviceTemplates()
|
| com.envision.eeop.api.domain.MdmConnectConfigs.getEdgeSN()
|
| com.envision.eeop.api.domain.DomainSchema.getSchemaDef()
replaced by getSchema() and getDesc()
|
| com.envision.eeop.api.request.MdmObjectAttributesSetRequest.setAttributeList(String)
|
| com.envision.eeop.api.request.MdmObjectAttributesGuestSetRequest.setAttributeList(String)
|
| com.envision.eeop.api.request.DimensionInsertRequest.setColumes(String)
|
| com.envision.eeop.api.response.DomainSchemasGetResponse.setDomainSchemas(Map>)
|
| com.envision.eeop.api.response.AttachedDeviceTemplatesGetResponse.setMdmToDeviceTemplateId(Map)
|
| com.envision.eeop.api.response.DomainSchemasGetResponseV2.setMdmToDomainInfo(Map)
|
com.envision.eeop.api.domain.DomainInfo.setSchemas(List)
With the introduction of passthrough points, the scope of schemas is
enlarged. In the previous versions of this SDK, 'schemas' only means non-passthrough
schemas. use DomainInfo.setNonPassthroughSchemas(List) instead.
|