Class: TencentCloud::Ckafka::V20190819::BatchModifyTopicResultDTO

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

Overview

批量修改topic属性结果

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(instanceid = nil, topicname = nil, returncode = nil, message = nil) ⇒ BatchModifyTopicResultDTO

Returns a new instance of BatchModifyTopicResultDTO.



577
578
579
580
581
582
# File 'lib/v20190819/models.rb', line 577

def initialize(instanceid=nil, topicname=nil, returncode=nil, message=nil)
  @InstanceId = instanceid
  @TopicName = topicname
  @ReturnCode = returncode
  @Message = message
end

Instance Attribute Details

#InstanceIdObject

Parameters:

  • InstanceId:

    ckafka集群实例Id

  • TopicName:

    主题名

  • ReturnCode:

    操作返回码

  • Message:

    操作返回信息



575
576
577
# File 'lib/v20190819/models.rb', line 575

def InstanceId
  @InstanceId
end

#MessageObject

Parameters:

  • InstanceId:

    ckafka集群实例Id

  • TopicName:

    主题名

  • ReturnCode:

    操作返回码

  • Message:

    操作返回信息



575
576
577
# File 'lib/v20190819/models.rb', line 575

def Message
  @Message
end

#ReturnCodeObject

Parameters:

  • InstanceId:

    ckafka集群实例Id

  • TopicName:

    主题名

  • ReturnCode:

    操作返回码

  • Message:

    操作返回信息



575
576
577
# File 'lib/v20190819/models.rb', line 575

def ReturnCode
  @ReturnCode
end

#TopicNameObject

Parameters:

  • InstanceId:

    ckafka集群实例Id

  • TopicName:

    主题名

  • ReturnCode:

    操作返回码

  • Message:

    操作返回信息



575
576
577
# File 'lib/v20190819/models.rb', line 575

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



584
585
586
587
588
589
# File 'lib/v20190819/models.rb', line 584

def deserialize(params)
  @InstanceId = params['InstanceId']
  @TopicName = params['TopicName']
  @ReturnCode = params['ReturnCode']
  @Message = params['Message']
end