Class: TencentCloud::Dts::V20211206::DifferenceData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dts::V20211206::DifferenceData
- Defined in:
- lib/v20211206/models.rb
Overview
数据不一致详情
Instance Attribute Summary collapse
- #CreatedAt ⇒ Object
- #Db ⇒ Object
- #DstChunk ⇒ Object
- #DstItem ⇒ Object
- #SrcChunk ⇒ Object
- #SrcItem ⇒ Object
- #Table ⇒ Object
- #UpdatedAt ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(db = nil, table = nil, srcchunk = nil, dstchunk = nil, srcitem = nil, dstitem = nil, createdat = nil, updatedat = nil) ⇒ DifferenceData
constructor
A new instance of DifferenceData.
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
#CreatedAt ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def CreatedAt @CreatedAt end |
#Db ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def Db @Db end |
#DstChunk ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def DstChunk @DstChunk end |
#DstItem ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def DstItem @DstItem end |
#SrcChunk ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def SrcChunk @SrcChunk end |
#SrcItem ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def SrcItem @SrcItem end |
#Table ⇒ Object
3730 3731 3732 |
# File 'lib/v20211206/models.rb', line 3730 def Table @Table end |
#UpdatedAt ⇒ Object
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 |