Package 

Class BitmapSchemaBean

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class BitmapSchemaBean
     implements Serializable
                        

    Describe the type of device error reporting.

    The error code is a binary number. For example, the maximum length of the fault type is 8, and the entire fault value is in the form of 00000000. If fault type 1, the fault value is 00000001. If 1 and 3 is reported at the same time, the fault value is 00000101.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String type
      private int maxlen
      private List<Object> label
    • Method Summary

      Modifier and Type Method Description
      int getMaxlen() Get fault value max length.
      void setMaxlen(int maxlen) Set fault value max length.
      List<Object> getLabel()
      void setLabel(List<Object> label)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getMaxlen

         int getMaxlen()

        Get fault value max length.

      • setMaxlen

         void setMaxlen(int maxlen)

        Set fault value max length.

        Parameters:
        maxlen - fault value max length.
      • setLabel

         void setLabel(List<Object> label)