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.



19032
19033
19034
19035
19036
19037
19038
19039
# File 'lib/v20210820/models.rb', line 19032

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:

    分页数据



19030
19031
19032
# File 'lib/v20210820/models.rb', line 19030

def Items
  @Items
end

#PageCountObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19030
19031
19032
# File 'lib/v20210820/models.rb', line 19030

def PageCount
  @PageCount
end

#PageNumberObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19030
19031
19032
# File 'lib/v20210820/models.rb', line 19030

def PageNumber
  @PageNumber
end

#PageSizeObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19030
19031
19032
# File 'lib/v20210820/models.rb', line 19030

def PageSize
  @PageSize
end

#TotalCountObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19030
19031
19032
# File 'lib/v20210820/models.rb', line 19030

def TotalCount
  @TotalCount
end

#TotalPageObject

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

Parameters:

  • TotalCount:

    结果总数

  • TotalPage:

    结果总页数

  • PageCount:

    当前页结果数

  • PageNumber:

    页码

  • PageSize:

    每页数目

  • Items:

    分页数据



19030
19031
19032
# File 'lib/v20210820/models.rb', line 19030

def TotalPage
  @TotalPage
end

Instance Method Details

#deserialize(params) ⇒ Object



19041
19042
19043
19044
19045
19046
19047
19048
19049
19050
19051
19052
19053
19054
19055
# File 'lib/v20210820/models.rb', line 19041

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