跳过导航链接
A B C D E F G I M O P R S T U 

A

AccessMode() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.AccessMode
 
ALERT - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
告警
API_EXTENSION_PACKAGE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
ARRAY - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

B

BITMAP - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
BOOL - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

C

ChildDevThingModelConfiguration - com.github.cm.heclouds.adapter.thing.annotations中的注释类型
 
CLASS_ADAPTER_API - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
CLASS_DEVICE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
CLASS_PROPERTY_SET_REQUEST_LISTENER - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
CLASS_SERVICE_INVOKE_REQUEST_LISTENER - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
com.github.cm.heclouds.adapter.thing.annotations - 程序包 com.github.cm.heclouds.adapter.thing.annotations
 
com.github.cm.heclouds.adapter.thing.processor - 程序包 com.github.cm.heclouds.adapter.thing.processor
 
com.github.cm.heclouds.adapter.thing.schema - 程序包 com.github.cm.heclouds.adapter.thing.schema
 
com.github.cm.heclouds.adapter.thing.schema.services - 程序包 com.github.cm.heclouds.adapter.thing.schema.services
 
com.github.cm.heclouds.adapter.thing.util - 程序包 com.github.cm.heclouds.adapter.thing.util
 
CommonUtil - com.github.cm.heclouds.adapter.thing.util中的类
通用工具
Consts - com.github.cm.heclouds.adapter.thing.schema中的类
常量
Consts() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts
 
Consts.AccessMode - com.github.cm.heclouds.adapter.thing.schema中的类
读写类型
Consts.DataType - com.github.cm.heclouds.adapter.thing.schema中的类
数据类型
Consts.EventType - com.github.cm.heclouds.adapter.thing.schema中的类
事件类型
Consts.FunctionType - com.github.cm.heclouds.adapter.thing.schema中的类
功能类型

D

DataType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
DataType - com.github.cm.heclouds.adapter.thing.schema.services中的类
数据类型
DataType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.services.DataType
 
DATE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
DOUBLE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

E

ENUM - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
ERROR - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
故障
Event - com.github.cm.heclouds.adapter.thing.schema中的类
事件
Event() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Event
 
EventType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
 

F

FLOAT - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
FunctionType() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Consts.FunctionType
 

G

generateEventGenerateMethod(TypeSpec.Builder, Event) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建事件生成方法
generateEventJsonObjectMethod(TypeSpec.Builder, Event) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建事件生成方法
generateEvents(TypeSpec.Builder, MethodSpec.Builder, Event) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ModelUtil
 
generateEventUploadMethod(Event) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建事件上报方法
generateGenerateJsonObjectMethodName(String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateGenerateMethodName(String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateLowPrefixName(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateName(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateOnReceiveMethodName(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateProperties(TypeSpec.Builder, MethodSpec.Builder, Property, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ModelUtil
 
generatePropertyGenerateMethods(TypeSpec.Builder, Property) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建属性生成方法
generatePropertyJsonObjectGenerateMethods(TypeSpec.Builder, Property) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建属性生成方法
generatePropertySetOnRequestMethod(CodeBlock.Builder, Property, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建物模型下发消息接收方法
generatePropertyUploadMethod(Property) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建属性上传方法
generatePublicStaticFinalField(String, String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateReplyMethodName(String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
generateServiceClass(TypeSpec.Builder, Service) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ModelUtil
 
generateServiceInputOrOutputClass(TypeSpec.Builder, Service, List<ServiceData>, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ModelUtil
 
generateServiceInvokeOnRequestMethod(CodeBlock.Builder, Service, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建物模型服务调用消息接收方法
generateServiceOutput(MethodSpec.Builder, Service) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ModelUtil
 
generateServiceReplyMethod(Service) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建服务回复方法 (值分开)
generateServiceReplyMethodWithClass(Service) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建服务回复方法
generateServicesOutputGenerateMethods(Service) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.MethodUtil
构建服务类
generateStructClass(TypeSpec.Builder, Property, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.ModelUtil
 
generateUploadMethodName(String, String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
getAccessMode() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
getCallType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getConfigFileSuffix(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 
getDataType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
getDataType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
getDesc() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
getDesc() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
getDesc() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getEvents() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Schema
 
getEventType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
getFunctionType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
getFunctionType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
getFunctionType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getIdentifier() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
getIdentifier() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
getIdentifier() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getIdentifier() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
getInput() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getMax() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
getMin() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
getName() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
getName() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
getName() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getName() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
getOutput() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
getOutputData() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
getProperties() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Schema
 
getServices() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Schema
 
getSpecs() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.DataType
 
getStep() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
getSupportedAnnotationTypes() - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
getSupportedSourceVersion() - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
getType() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.DataType
 
getUnit() - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
GSON - 类 中的静态变量com.github.cm.heclouds.adapter.thing.util.CommonUtil
 

I

INFO - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.EventType
信息
init(ProcessingEnvironment) - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
INT32 - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
INT64 - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 

M

MethodUtil - com.github.cm.heclouds.adapter.thing.util中的类
生成方法
ModelUtil - com.github.cm.heclouds.adapter.thing.util中的类
生成类

O

OpenApiExtensionProcessor - com.github.cm.heclouds.adapter.thing.processor中的类
 
OpenApiExtensionProcessor() - 类 的构造器com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 

P

process(Set<? extends TypeElement>, RoundEnvironment) - 类 中的方法com.github.cm.heclouds.adapter.thing.processor.OpenApiExtensionProcessor
 
Property - com.github.cm.heclouds.adapter.thing.schema中的类
属性
Property() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Property
 

R

READ - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.AccessMode
只读
READ_AND_WRITE - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.AccessMode
读写
readFileToString(String) - 类 中的静态方法com.github.cm.heclouds.adapter.thing.util.CommonUtil
 

S

Schema - com.github.cm.heclouds.adapter.thing.schema中的类
物模型Schema
Schema() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Schema
 
Service - com.github.cm.heclouds.adapter.thing.schema.services中的类
服务
Service() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.services.Service
 
ServiceData - com.github.cm.heclouds.adapter.thing.schema.services中的类
 
ServiceData() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
setAccessMode(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
setCallType(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setDataType(DataType) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
setDataType(DataType) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
setDesc(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
setDesc(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
setDesc(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setEvents(List<Event>) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Schema
 
setEventType(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
setFunctionType(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
setFunctionType(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
setFunctionType(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setIdentifier(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
setIdentifier(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
setIdentifier(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setIdentifier(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
setInput(List<ServiceData>) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setMax(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
setMin(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
setName(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
setName(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Property
 
setName(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setName(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.ServiceData
 
setOutput(List<ServiceData>) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.Service
 
setOutputData(List<Property>) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Event
 
setProperties(List<Property>) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Schema
 
setServices(List<Service>) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Schema
 
setSpecs(Specs) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.DataType
 
setStep(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
setType(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.services.DataType
 
setUnit(String) - 类 中的方法com.github.cm.heclouds.adapter.thing.schema.Specs
 
Specs - com.github.cm.heclouds.adapter.thing.schema中的类
详情
Specs() - 类 的构造器com.github.cm.heclouds.adapter.thing.schema.Specs
 
STRING - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
STRUCT - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.DataType
 
SYSTEM_DEFINED - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.FunctionType
系统功能点

T

ThingModelConfiguration - com.github.cm.heclouds.adapter.thing.annotations中的注释类型
 

U

USER_DEFINED - 类 中的静态变量com.github.cm.heclouds.adapter.thing.schema.Consts.FunctionType
用户自定义
A B C D E F G I M O P R S T U 
跳过导航链接

Copyright © 2021. All rights reserved.