Class RecordMapping

    • Constructor Detail

      • RecordMapping

        public RecordMapping()
      • RecordMapping

        public RecordMapping​(RecordMapping source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getJsonKey

        public String getJsonKey()
        Get 消息的 key 名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        JsonKey 消息的 key 名称 注意:此字段可能返回 null,表示取不到有效值。
      • setJsonKey

        public void setJsonKey​(String JsonKey)
        Set 消息的 key 名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        JsonKey - 消息的 key 名称 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public String getType()
        Get 消息类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 消息类型 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(String Type)
        Set 消息类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 消息类型 注意:此字段可能返回 null,表示取不到有效值。
      • getAllowNull

        public Boolean getAllowNull()
        Get 消息是否允许为空 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AllowNull 消息是否允许为空 注意:此字段可能返回 null,表示取不到有效值。
      • setAllowNull

        public void setAllowNull​(Boolean AllowNull)
        Set 消息是否允许为空 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AllowNull - 消息是否允许为空 注意:此字段可能返回 null,表示取不到有效值。
      • getColumnName

        public String getColumnName()
        Get 对应映射列名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ColumnName 对应映射列名称 注意:此字段可能返回 null,表示取不到有效值。
      • setColumnName

        public void setColumnName​(String ColumnName)
        Set 对应映射列名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ColumnName - 对应映射列名称 注意:此字段可能返回 null,表示取不到有效值。
      • getExtraInfo

        public String getExtraInfo()
        Get 数据库表额外字段 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ExtraInfo 数据库表额外字段 注意:此字段可能返回 null,表示取不到有效值。
      • setExtraInfo

        public void setExtraInfo​(String ExtraInfo)
        Set 数据库表额外字段 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ExtraInfo - 数据库表额外字段 注意:此字段可能返回 null,表示取不到有效值。
      • getColumnSize

        public String getColumnSize()
        Get 当前列大小 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ColumnSize 当前列大小 注意:此字段可能返回 null,表示取不到有效值。
      • setColumnSize

        public void setColumnSize​(String ColumnSize)
        Set 当前列大小 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ColumnSize - 当前列大小 注意:此字段可能返回 null,表示取不到有效值。
      • getDecimalDigits

        public String getDecimalDigits()
        Get 当前列精度 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DecimalDigits 当前列精度 注意:此字段可能返回 null,表示取不到有效值。
      • setDecimalDigits

        public void setDecimalDigits​(String DecimalDigits)
        Set 当前列精度 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DecimalDigits - 当前列精度 注意:此字段可能返回 null,表示取不到有效值。
      • getAutoIncrement

        public Boolean getAutoIncrement()
        Get 是否为自增列 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AutoIncrement 是否为自增列 注意:此字段可能返回 null,表示取不到有效值。
      • setAutoIncrement

        public void setAutoIncrement​(Boolean AutoIncrement)
        Set 是否为自增列 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AutoIncrement - 是否为自增列 注意:此字段可能返回 null,表示取不到有效值。
      • getDefaultValue

        public String getDefaultValue()
        Get 数据库表默认参数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DefaultValue 数据库表默认参数 注意:此字段可能返回 null,表示取不到有效值。
      • setDefaultValue

        public void setDefaultValue​(String DefaultValue)
        Set 数据库表默认参数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DefaultValue - 数据库表默认参数 注意:此字段可能返回 null,表示取不到有效值。