-
- All Implemented Interfaces:
-
java.io.Serializable
public class StructSchemaBean implements Serializable
Describe the type of device error reporting.
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
type
private Map<String, StructPropertyBean>
properties
-
Method Summary
Modifier and Type Method Description Map<String, StructPropertyBean>
getProperties()
void
setProperties(Map<String, StructPropertyBean> properties)
-
-
Method Detail
-
getProperties
Map<String, StructPropertyBean> getProperties()
-
setProperties
void setProperties(Map<String, StructPropertyBean> properties)
-
-
-
-