Class TableInfoNew

    • Constructor Summary

      Constructors 
      Constructor Description
      TableInfoNew()  
      TableInfoNew​(TableInfoNew 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
      String getApiAccessId()
      Get TcaplusDB SDK数据访问接入ID 注意:此字段可能返回 null,表示取不到有效值。
      String getClusterId()
      Get 表格所属集群ID 注意:此字段可能返回 null,表示取不到有效值。
      String getClusterName()
      Get 表格所属集群名称 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedTime()
      Get 表格创建时间 注意:此字段可能返回 null,表示取不到有效值。
      String getDbClusterInfoStruct()
      Get 表格分布式索引/缓写、kafka数据订阅信息 注意:此字段可能返回 null,表示取不到有效值。
      ErrorInfo getError()
      Get 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      IdlFileInfo[] getIdlFiles()
      Get 表格所关联IDL文件信息列表 注意:此字段可能返回 null,表示取不到有效值。
      String getIndexStruct()
      Get 表格索引键字段集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
      String getKeyStruct()
      Get 表格主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      Long getListElementNum()
      Get LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
      String getMemo()
      Get 表格备注信息 注意:此字段可能返回 null,表示取不到有效值。
      Long getReservedReadQps()
      Get 表格预留读CU 注意:此字段可能返回 null,表示取不到有效值。
      Long getReservedVolume()
      Get 表格预留容量(GB) 注意:此字段可能返回 null,表示取不到有效值。
      Long getReservedWriteQps()
      Get 表格预留写CU 注意:此字段可能返回 null,表示取不到有效值。
      String getShardingKeySet()
      Get 表格分表因子集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
      Long getSortFieldNum()
      Get SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
      Long getSortRule()
      Get SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
      String getStatus()
      Get 表格状态 注意:此字段可能返回 null,表示取不到有效值。
      SyncTableInfo getSyncTableInfo()
      Get 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。
      String getTableGroupId()
      Get 表格所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
      String getTableGroupName()
      Get 表格所属表格组名称 注意:此字段可能返回 null,表示取不到有效值。
      String getTableIdlType()
      Get 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
      String getTableInstanceId()
      Get 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
      String getTableName()
      Get 表格名称 注意:此字段可能返回 null,表示取不到有效值。
      Long getTableSize()
      Get 表格实际数据量大小(MB) 注意:此字段可能返回 null,表示取不到有效值。
      String getTableType()
      Get 表格数据结构类型,如:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
      Long getTxhBackupExpireDay()
      Get 表格Txh备份文件多少天后过期删除 注意:此字段可能返回 null,表示取不到有效值。
      String getUpdatedTime()
      Get 表格最后一次修改时间 注意:此字段可能返回 null,表示取不到有效值。
      String getValueStruct()
      Get 表格非主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      void setApiAccessId​(String ApiAccessId)
      Set TcaplusDB SDK数据访问接入ID 注意:此字段可能返回 null,表示取不到有效值。
      void setClusterId​(String ClusterId)
      Set 表格所属集群ID 注意:此字段可能返回 null,表示取不到有效值。
      void setClusterName​(String ClusterName)
      Set 表格所属集群名称 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedTime​(String CreatedTime)
      Set 表格创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setDbClusterInfoStruct​(String DbClusterInfoStruct)
      Set 表格分布式索引/缓写、kafka数据订阅信息 注意:此字段可能返回 null,表示取不到有效值。
      void setError​(ErrorInfo Error)
      Set 错误信息 注意:此字段可能返回 null,表示取不到有效值。
      void setIdlFiles​(IdlFileInfo[] IdlFiles)
      Set 表格所关联IDL文件信息列表 注意:此字段可能返回 null,表示取不到有效值。
      void setIndexStruct​(String IndexStruct)
      Set 表格索引键字段集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
      void setKeyStruct​(String KeyStruct)
      Set 表格主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      void setListElementNum​(Long ListElementNum)
      Set LIST类型表格元素个数 注意:此字段可能返回 null,表示取不到有效值。
      void setMemo​(String Memo)
      Set 表格备注信息 注意:此字段可能返回 null,表示取不到有效值。
      void setReservedReadQps​(Long ReservedReadQps)
      Set 表格预留读CU 注意:此字段可能返回 null,表示取不到有效值。
      void setReservedVolume​(Long ReservedVolume)
      Set 表格预留容量(GB) 注意:此字段可能返回 null,表示取不到有效值。
      void setReservedWriteQps​(Long ReservedWriteQps)
      Set 表格预留写CU 注意:此字段可能返回 null,表示取不到有效值。
      void setShardingKeySet​(String ShardingKeySet)
      Set 表格分表因子集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
      void setSortFieldNum​(Long SortFieldNum)
      Set SORTLIST类型表格排序字段个数 注意:此字段可能返回 null,表示取不到有效值。
      void setSortRule​(Long SortRule)
      Set SORTLIST类型表格排序顺序 注意:此字段可能返回 null,表示取不到有效值。
      void setStatus​(String Status)
      Set 表格状态 注意:此字段可能返回 null,表示取不到有效值。
      void setSyncTableInfo​(SyncTableInfo SyncTableInfo)
      Set 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。
      void setTableGroupId​(String TableGroupId)
      Set 表格所属表格组ID 注意:此字段可能返回 null,表示取不到有效值。
      void setTableGroupName​(String TableGroupName)
      Set 表格所属表格组名称 注意:此字段可能返回 null,表示取不到有效值。
      void setTableIdlType​(String TableIdlType)
      Set 表格数据描述语言(IDL)类型,如:`PROTO`或`TDR` 注意:此字段可能返回 null,表示取不到有效值。
      void setTableInstanceId​(String TableInstanceId)
      Set 表格实例ID 注意:此字段可能返回 null,表示取不到有效值。
      void setTableName​(String TableName)
      Set 表格名称 注意:此字段可能返回 null,表示取不到有效值。
      void setTableSize​(Long TableSize)
      Set 表格实际数据量大小(MB) 注意:此字段可能返回 null,表示取不到有效值。
      void setTableType​(String TableType)
      Set 表格数据结构类型,如:`GENERIC`或`LIST` 注意:此字段可能返回 null,表示取不到有效值。
      void setTxhBackupExpireDay​(Long TxhBackupExpireDay)
      Set 表格Txh备份文件多少天后过期删除 注意:此字段可能返回 null,表示取不到有效值。
      void setUpdatedTime​(String UpdatedTime)
      Set 表格最后一次修改时间 注意:此字段可能返回 null,表示取不到有效值。
      void setValueStruct​(String ValueStruct)
      Set 表格非主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • TableInfoNew

        public TableInfoNew()
      • TableInfoNew

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

      • getTableName

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

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

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

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

        public String getClusterId()
        Get 表格所属集群ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterId 表格所属集群ID 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterId

        public void setClusterId​(String ClusterId)
        Set 表格所属集群ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterId - 表格所属集群ID 注意:此字段可能返回 null,表示取不到有效值。
      • getClusterName

        public String getClusterName()
        Get 表格所属集群名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ClusterName 表格所属集群名称 注意:此字段可能返回 null,表示取不到有效值。
      • setClusterName

        public void setClusterName​(String ClusterName)
        Set 表格所属集群名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ClusterName - 表格所属集群名称 注意:此字段可能返回 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,表示取不到有效值。
      • getTableGroupName

        public String getTableGroupName()
        Get 表格所属表格组名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableGroupName 表格所属表格组名称 注意:此字段可能返回 null,表示取不到有效值。
      • setTableGroupName

        public void setTableGroupName​(String TableGroupName)
        Set 表格所属表格组名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TableGroupName - 表格所属表格组名称 注意:此字段可能返回 null,表示取不到有效值。
      • getKeyStruct

        public String getKeyStruct()
        Get 表格主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        KeyStruct 表格主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      • setKeyStruct

        public void setKeyStruct​(String KeyStruct)
        Set 表格主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        KeyStruct - 表格主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      • getValueStruct

        public String getValueStruct()
        Get 表格非主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ValueStruct 表格非主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      • setValueStruct

        public void setValueStruct​(String ValueStruct)
        Set 表格非主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ValueStruct - 表格非主键字段结构json字符串 注意:此字段可能返回 null,表示取不到有效值。
      • getShardingKeySet

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

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

        public String getIndexStruct()
        Get 表格索引键字段集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IndexStruct 表格索引键字段集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
      • setIndexStruct

        public void setIndexStruct​(String IndexStruct)
        Set 表格索引键字段集合,对PROTO类型表格有效 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IndexStruct - 表格索引键字段集合,对PROTO类型表格有效 注意:此字段可能返回 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,表示取不到有效值。
      • getIdlFiles

        public IdlFileInfo[] getIdlFiles()
        Get 表格所关联IDL文件信息列表 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        IdlFiles 表格所关联IDL文件信息列表 注意:此字段可能返回 null,表示取不到有效值。
      • setIdlFiles

        public void setIdlFiles​(IdlFileInfo[] IdlFiles)
        Set 表格所关联IDL文件信息列表 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        IdlFiles - 表格所关联IDL文件信息列表 注意:此字段可能返回 null,表示取不到有效值。
      • getReservedVolume

        public Long getReservedVolume()
        Get 表格预留容量(GB) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReservedVolume 表格预留容量(GB) 注意:此字段可能返回 null,表示取不到有效值。
      • setReservedVolume

        public void setReservedVolume​(Long ReservedVolume)
        Set 表格预留容量(GB) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReservedVolume - 表格预留容量(GB) 注意:此字段可能返回 null,表示取不到有效值。
      • getReservedReadQps

        public Long getReservedReadQps()
        Get 表格预留读CU 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReservedReadQps 表格预留读CU 注意:此字段可能返回 null,表示取不到有效值。
      • setReservedReadQps

        public void setReservedReadQps​(Long ReservedReadQps)
        Set 表格预留读CU 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReservedReadQps - 表格预留读CU 注意:此字段可能返回 null,表示取不到有效值。
      • getReservedWriteQps

        public Long getReservedWriteQps()
        Get 表格预留写CU 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReservedWriteQps 表格预留写CU 注意:此字段可能返回 null,表示取不到有效值。
      • setReservedWriteQps

        public void setReservedWriteQps​(Long ReservedWriteQps)
        Set 表格预留写CU 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReservedWriteQps - 表格预留写CU 注意:此字段可能返回 null,表示取不到有效值。
      • getTableSize

        public Long getTableSize()
        Get 表格实际数据量大小(MB) 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TableSize 表格实际数据量大小(MB) 注意:此字段可能返回 null,表示取不到有效值。
      • setTableSize

        public void setTableSize​(Long TableSize)
        Set 表格实际数据量大小(MB) 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TableSize - 表格实际数据量大小(MB) 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 表格状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 表格状态 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 表格状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 表格状态 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedTime

        public String getCreatedTime()
        Get 表格创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedTime 表格创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 表格创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedTime - 表格创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdatedTime

        public String getUpdatedTime()
        Get 表格最后一次修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdatedTime 表格最后一次修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdatedTime

        public void setUpdatedTime​(String UpdatedTime)
        Set 表格最后一次修改时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdatedTime - 表格最后一次修改时间 注意:此字段可能返回 null,表示取不到有效值。
      • getMemo

        public String getMemo()
        Get 表格备注信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Memo 表格备注信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMemo

        public void setMemo​(String Memo)
        Set 表格备注信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Memo - 表格备注信息 注意:此字段可能返回 null,表示取不到有效值。
      • getError

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

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

        public String getApiAccessId()
        Get TcaplusDB SDK数据访问接入ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiAccessId TcaplusDB SDK数据访问接入ID 注意:此字段可能返回 null,表示取不到有效值。
      • setApiAccessId

        public void setApiAccessId​(String ApiAccessId)
        Set TcaplusDB SDK数据访问接入ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiAccessId - TcaplusDB SDK数据访问接入ID 注意:此字段可能返回 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,表示取不到有效值。
      • getDbClusterInfoStruct

        public String getDbClusterInfoStruct()
        Get 表格分布式索引/缓写、kafka数据订阅信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DbClusterInfoStruct 表格分布式索引/缓写、kafka数据订阅信息 注意:此字段可能返回 null,表示取不到有效值。
      • setDbClusterInfoStruct

        public void setDbClusterInfoStruct​(String DbClusterInfoStruct)
        Set 表格分布式索引/缓写、kafka数据订阅信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DbClusterInfoStruct - 表格分布式索引/缓写、kafka数据订阅信息 注意:此字段可能返回 null,表示取不到有效值。
      • getTxhBackupExpireDay

        public Long getTxhBackupExpireDay()
        Get 表格Txh备份文件多少天后过期删除 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TxhBackupExpireDay 表格Txh备份文件多少天后过期删除 注意:此字段可能返回 null,表示取不到有效值。
      • setTxhBackupExpireDay

        public void setTxhBackupExpireDay​(Long TxhBackupExpireDay)
        Set 表格Txh备份文件多少天后过期删除 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TxhBackupExpireDay - 表格Txh备份文件多少天后过期删除 注意:此字段可能返回 null,表示取不到有效值。
      • getSyncTableInfo

        public SyncTableInfo getSyncTableInfo()
        Get 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        SyncTableInfo 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。
      • setSyncTableInfo

        public void setSyncTableInfo​(SyncTableInfo SyncTableInfo)
        Set 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        SyncTableInfo - 表格的缓写信息 注意:此字段可能返回 null,表示取不到有效值。