Class ParsedTableInfoNew

    • Constructor Summary

      Constructors 
      Constructor Description
      ParsedTableInfoNew()  
      ParsedTableInfoNew​(ParsedTableInfoNew 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ErrorInfo getError()
      Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      String getIndexKeySet()
      Get 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
      String getKeyFields()
      Get 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      Long getListElementNum()
      Get LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
      String getOldKeyFields()
      Get 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      String getOldValueFields()
      Get 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      String getShardingKeySet()
      Get 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
      Long getSortFieldNum()
      Get SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
      Long getSortRule()
      Get SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
      Long getSumKeyFieldSize()
      Get 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      Long getSumValueFieldSize()
      Get 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      String getTableGroupId()
      Get 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
      String getTableIdlType()
      Get 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
      String getTableInstanceId()
      Get 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
      String getTableName()
      Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。
      String getTableType()
      Get 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
      Long getTdrVersion()
      Get TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
      String getValueFields()
      Get 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      void setError​(ErrorInfo Error)
      Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      void setIndexKeySet​(String IndexKeySet)
      Set 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
      void setKeyFields​(String KeyFields)
      Set 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      void setListElementNum​(Long ListElementNum)
      Set LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
      void setOldKeyFields​(String OldKeyFields)
      Set 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      void setOldValueFields​(String OldValueFields)
      Set 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      void setShardingKeySet​(String ShardingKeySet)
      Set 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
      void setSortFieldNum​(Long SortFieldNum)
      Set SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
      void setSortRule​(Long SortRule)
      Set SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
      void setSumKeyFieldSize​(Long SumKeyFieldSize)
      Set 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      void setSumValueFieldSize​(Long SumValueFieldSize)
      Set 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      void setTableGroupId​(String TableGroupId)
      Set 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
      void setTableIdlType​(String TableIdlType)
      Set 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
      void setTableInstanceId​(String TableInstanceId)
      Set 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
      void setTableName​(String TableName)
      Set 表格名称 注意:此字段可能返回 null,表示取不到有效值。
      void setTableType​(String TableType)
      Set 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
      void setTdrVersion​(Long TdrVersion)
      Set TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
      void setValueFields​(String ValueFields)
      Set 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • ParsedTableInfoNew

        public ParsedTableInfoNew()
      • ParsedTableInfoNew

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

      • getTableIdlType

        public String getTableIdlType()
        Get 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableIdlType 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
      • setTableIdlType

        public void setTableIdlType​(String TableIdlType)
        Set 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TableIdlType - 表格描述语言类型:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
      • getTableInstanceId

        public String getTableInstanceId()
        Get 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableInstanceId 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
      • setTableInstanceId

        public void setTableInstanceId​(String TableInstanceId)
        Set 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TableInstanceId - 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
      • getTableName

        public String getTableName()
        Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableName 表格名称 注意:此字段可能返回 null,表示取不到有效值。
      • setTableName

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

        public String getTableType()
        Get 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableType 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
      • setTableType

        public void setTableType​(String TableType)
        Set 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TableType - 表格数据结构类型:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
      • getKeyFields

        public String getKeyFields()
        Get 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        KeyFields 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      • setKeyFields

        public void setKeyFields​(String KeyFields)
        Set 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        KeyFields - 主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      • getOldKeyFields

        public String getOldKeyFields()
        Get 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldKeyFields 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      • setOldKeyFields

        public void setOldKeyFields​(String OldKeyFields)
        Set 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldKeyFields - 原主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      • getValueFields

        public String getValueFields()
        Get 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ValueFields 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      • setValueFields

        public void setValueFields​(String ValueFields)
        Set 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ValueFields - 非主键字段信息 注意:此字段可能返回 null,表示取不到有效值。
      • getOldValueFields

        public String getOldValueFields()
        Get 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        OldValueFields 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      • setOldValueFields

        public void setOldValueFields​(String OldValueFields)
        Set 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        OldValueFields - 原非主键字段信息,改表校验时有效 注意:此字段可能返回 null,表示取不到有效值。
      • getTableGroupId

        public String getTableGroupId()
        Get 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableGroupId 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
      • setTableGroupId

        public void setTableGroupId​(String TableGroupId)
        Set 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TableGroupId - 所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
      • getSumKeyFieldSize

        public Long getSumKeyFieldSize()
        Get 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SumKeyFieldSize 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      • setSumKeyFieldSize

        public void setSumKeyFieldSize​(Long SumKeyFieldSize)
        Set 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SumKeyFieldSize - 主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      • getSumValueFieldSize

        public Long getSumValueFieldSize()
        Get 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SumValueFieldSize 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      • setSumValueFieldSize

        public void setSumValueFieldSize​(Long SumValueFieldSize)
        Set 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SumValueFieldSize - 非主键字段总大小 注意:此字段可能返回 null,表示取不到有效值。
      • getIndexKeySet

        public String getIndexKeySet()
        Get 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IndexKeySet 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
      • setIndexKeySet

        public void setIndexKeySet​(String IndexKeySet)
        Set 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IndexKeySet - 索引键集合 注意:此字段可能返回 null,表示取不到有效值。
      • getShardingKeySet

        public String getShardingKeySet()
        Get 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ShardingKeySet 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
      • setShardingKeySet

        public void setShardingKeySet​(String ShardingKeySet)
        Set 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ShardingKeySet - 分表因子集合 注意:此字段可能返回 null,表示取不到有效值。
      • getTdrVersion

        public Long getTdrVersion()
        Get TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TdrVersion TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
      • setTdrVersion

        public void setTdrVersion​(Long TdrVersion)
        Set TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TdrVersion - TDR版本号 注意:此字段可能返回 null,表示取不到有效值。
      • getError

        public ErrorInfo getError()
        Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Error 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      • setError

        public void setError​(ErrorInfo Error)
        Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Error - 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      • getListElementNum

        public Long getListElementNum()
        Get LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ListElementNum LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
      • setListElementNum

        public void setListElementNum​(Long ListElementNum)
        Set LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ListElementNum - LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
      • getSortFieldNum

        public Long getSortFieldNum()
        Get SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SortFieldNum SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
      • setSortFieldNum

        public void setSortFieldNum​(Long SortFieldNum)
        Set SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SortFieldNum - SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
      • getSortRule

        public Long getSortRule()
        Get SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SortRule SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
      • setSortRule

        public void setSortRule​(Long SortRule)
        Set SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SortRule - SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。