Class DeviceSchema


  • public class DeviceSchema
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • name

        public java.lang.String name
      • meta

        public Meta meta
    • Constructor Detail

      • DeviceSchema

        public DeviceSchema​(java.lang.String name,
                            java.util.List<ValueSchema> value)
      • DeviceSchema

        public DeviceSchema​(java.lang.String name)
      • DeviceSchema

        public DeviceSchema()