-
public class ProductBean.SchemaInfoSchema of data points.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringschemaprivate StringschemaExtprivate Map<String, SchemaBean>schemaMap
-
Method Summary
Modifier and Type Method Description StringgetSchema()Get json formatted schema information. voidsetSchema(String schema)StringgetSchemaExt()Get json formatted extra schema information. voidsetSchemaExt(String schemaExt)Map<String, SchemaBean>getSchemaMap()Get schema of data points. voidsetSchemaMap(Map<String, SchemaBean> schemaMap)Map<String, SchemaBean>getDpCodeSchemaMap()Get schema of data points. voidbuildSchema()-
-
Method Detail
-
getSchema
String getSchema()
Get json formatted schema information.
-
setSchema
void setSchema(String schema)
-
getSchemaExt
String getSchemaExt()
Get json formatted extra schema information.
-
setSchemaExt
void setSchemaExt(String schemaExt)
-
getSchemaMap
Map<String, SchemaBean> getSchemaMap()
Get schema of data points.
Key is dpId(like "101"), value is SchemaBean.
-
setSchemaMap
void setSchemaMap(Map<String, SchemaBean> schemaMap)
-
getDpCodeSchemaMap
Map<String, SchemaBean> getDpCodeSchemaMap()
Get schema of data points.
Key is dpCode(like "switch_led"), value is SchemaBean.
-
buildSchema
void buildSchema()
-
-
-
-