Class: TencentCloud::Dts::V20211206::DifferenceData

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20211206/models.rb

Overview

数据不一致详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(db = nil, table = nil, srcchunk = nil, dstchunk = nil, srcitem = nil, dstitem = nil, createdat = nil, updatedat = nil) ⇒ DifferenceData

Returns a new instance of DifferenceData.



3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
# File 'lib/v20211206/models.rb', line 3732

def initialize(db=nil, table=nil, srcchunk=nil, dstchunk=nil, srcitem=nil, dstitem=nil, createdat=nil, updatedat=nil)
  @Db = db
  @Table = table
  @SrcChunk = srcchunk
  @DstChunk = dstchunk
  @SrcItem = srcitem
  @DstItem = dstitem
  @CreatedAt = createdat
  @UpdatedAt = updatedat
end

Instance Attribute Details

#CreatedAtObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def CreatedAt
  @CreatedAt
end

#DbObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def Db
  @Db
end

#DstChunkObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def DstChunk
  @DstChunk
end

#DstItemObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def DstItem
  @DstItem
end

#SrcChunkObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def SrcChunk
  @SrcChunk
end

#SrcItemObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def SrcItem
  @SrcItem
end

#TableObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def Table
  @Table
end

#UpdatedAtObject

Parameters:

  • Db:

    数据库名

  • Table:

    集合

  • SrcChunk:

    源端ID

  • DstChunk:

    目标端ID

  • SrcItem:

    源端值

  • DstItem:

    目标端值

  • CreatedAt:

    创建时间

  • UpdatedAt:

    更新时间



3730
3731
3732
# File 'lib/v20211206/models.rb', line 3730

def UpdatedAt
  @UpdatedAt
end

Instance Method Details

#deserialize(params) ⇒ Object



3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
# File 'lib/v20211206/models.rb', line 3743

def deserialize(params)
  @Db = params['Db']
  @Table = params['Table']
  @SrcChunk = params['SrcChunk']
  @DstChunk = params['DstChunk']
  @SrcItem = params['SrcItem']
  @DstItem = params['DstItem']
  @CreatedAt = params['CreatedAt']
  @UpdatedAt = params['UpdatedAt']
end