Class: TencentCloud::Tdmq::V20200217::DescribeMsgResponse

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

Overview

DescribeMsg返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(properties = nil, body = nil, batchid = nil, producetime = nil, msgid = nil, producername = nil, requestid = nil) ⇒ DescribeMsgResponse

Returns a new instance of DescribeMsgResponse.



4435
4436
4437
4438
4439
4440
4441
4442
4443
# File 'lib/v20200217/models.rb', line 4435

def initialize(properties=nil, body=nil, batchid=nil, producetime=nil, msgid=nil, producername=nil, requestid=nil)
  @Properties = properties
  @Body = body
  @BatchId = batchid
  @ProduceTime = producetime
  @MsgId = msgid
  @ProducerName = producername
  @RequestId = requestid
end

Instance Attribute Details

#BatchIdObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def BatchId
  @BatchId
end

#BodyObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def Body
  @Body
end

#MsgIdObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def MsgId
  @MsgId
end

#ProducerNameObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def ProducerName
  @ProducerName
end

#ProduceTimeObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def ProduceTime
  @ProduceTime
end

#PropertiesObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def Properties
  @Properties
end

#RequestIdObject

Parameters:

  • Properties:

    消息属性。

  • Body:

    消息体。

  • BatchId:

    批次ID。

  • ProduceTime:

    生产时间。

  • MsgId:

    消息ID。

  • ProducerName:

    生产者名称。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



4433
4434
4435
# File 'lib/v20200217/models.rb', line 4433

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



4445
4446
4447
4448
4449
4450
4451
4452
4453
# File 'lib/v20200217/models.rb', line 4445

def deserialize(params)
  @Properties = params['Properties']
  @Body = params['Body']
  @BatchId = params['BatchId']
  @ProduceTime = params['ProduceTime']
  @MsgId = params['MsgId']
  @ProducerName = params['ProducerName']
  @RequestId = params['RequestId']
end