Class SkippedItem

    • Constructor Detail

      • SkippedItem

        public SkippedItem()
      • SkippedItem

        public SkippedItem​(SkippedItem 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

      • getDb

        public String getDb()
        Get 数据库名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Db 数据库名 注意:此字段可能返回 null,表示取不到有效值。
      • setDb

        public void setDb​(String Db)
        Set 数据库名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Db - 数据库名 注意:此字段可能返回 null,表示取不到有效值。
      • getTable

        public String getTable()
        Get 表名 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Table 表名 注意:此字段可能返回 null,表示取不到有效值。
      • setTable

        public void setTable​(String Table)
        Set 表名 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Table - 表名 注意:此字段可能返回 null,表示取不到有效值。
      • getReason

        public String getReason()
        Get 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Reason 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。
      • setReason

        public void setReason​(String Reason)
        Set 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Reason - 未发起检查的原因 注意:此字段可能返回 null,表示取不到有效值。