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.



13476
13477
13478
13479
13480
13481
13482
13483
# File 'lib/v20210820/models.rb', line 13476

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:

    分页数据



13474
13475
13476
# File 'lib/v20210820/models.rb', line 13474

def Items
  @Items
end

#PageCountObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



13474
13475
13476
# File 'lib/v20210820/models.rb', line 13474

def PageCount
  @PageCount
end

#PageNumberObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



13474
13475
13476
# File 'lib/v20210820/models.rb', line 13474

def PageNumber
  @PageNumber
end

#PageSizeObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



13474
13475
13476
# File 'lib/v20210820/models.rb', line 13474

def PageSize
  @PageSize
end

#TotalCountObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



13474
13475
13476
# File 'lib/v20210820/models.rb', line 13474

def TotalCount
  @TotalCount
end

#TotalPageObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



13474
13475
13476
# File 'lib/v20210820/models.rb', line 13474

def TotalPage
  @TotalPage
end

Instance Method Details

#deserialize(params) ⇒ Object



13485
13486
13487
13488
13489
13490
13491
13492
13493
13494
13495
13496
13497
13498
13499
# File 'lib/v20210820/models.rb', line 13485

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