Class: TencentCloud::Wedata::V20210820::EventCaseConsumeLogOptDtoCollection

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

Overview

事件消费任务记录列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(totalcount = nil, totalpage = nil, pagecount = nil, pagenumber = nil, pagesize = nil, items = nil) ⇒ EventCaseConsumeLogOptDtoCollection

Returns a new instance of EventCaseConsumeLogOptDtoCollection.



19138
19139
19140
19141
19142
19143
19144
19145
# File 'lib/v20210820/models.rb', line 19138

def initialize(totalcount=nil, totalpage=nil, pagecount=nil, pagenumber=nil, pagesize=nil, items=nil)
  @TotalCount = totalcount
  @TotalPage = totalpage
  @PageCount = pagecount
  @PageNumber = pagenumber
  @PageSize = pagesize
  @Items = items
end

Instance Attribute Details

#ItemsObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19136
19137
19138
# File 'lib/v20210820/models.rb', line 19136

def Items
  @Items
end

#PageCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19136
19137
19138
# File 'lib/v20210820/models.rb', line 19136

def PageCount
  @PageCount
end

#PageNumberObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19136
19137
19138
# File 'lib/v20210820/models.rb', line 19136

def PageNumber
  @PageNumber
end

#PageSizeObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19136
19137
19138
# File 'lib/v20210820/models.rb', line 19136

def PageSize
  @PageSize
end

#TotalCountObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19136
19137
19138
# File 'lib/v20210820/models.rb', line 19136

def TotalCount
  @TotalCount
end

#TotalPageObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19136
19137
19138
# File 'lib/v20210820/models.rb', line 19136

def TotalPage
  @TotalPage
end

Instance Method Details

#deserialize(params) ⇒ Object



19147
19148
19149
19150
19151
19152
19153
19154
19155
19156
19157
19158
19159
19160
19161
# File 'lib/v20210820/models.rb', line 19147

def deserialize(params)
  @TotalCount = params['TotalCount']
  @TotalPage = params['TotalPage']
  @PageCount = params['PageCount']
  @PageNumber = params['PageNumber']
  @PageSize = params['PageSize']
  unless params['Items'].nil?
    @Items = []
    params['Items'].each do |i|
      eventcaseconsumelogoptdto_tmp = EventCaseConsumeLogOptDto.new
      eventcaseconsumelogoptdto_tmp.deserialize(i)
      @Items << eventcaseconsumelogoptdto_tmp
    end
  end
end