Class: TencentCloud::Bma::V20210624::BrandData

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

Overview

商标信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(brandname = nil, brandcertificatename = nil, brandstatus = nil, brandnote = nil, transfername = nil, transferstatus = nil, transfernote = nil) ⇒ BrandData

Returns a new instance of BrandData.



39
40
41
42
43
44
45
46
47
# File 'lib/v20210624/models.rb', line 39

def initialize(brandname=nil, brandcertificatename=nil, brandstatus=nil, brandnote=nil, transfername=nil, transferstatus=nil, transfernote=nil)
  @BrandName = brandname
  @BrandCertificateName = brandcertificatename
  @BrandStatus = brandstatus
  @BrandNote = brandnote
  @TransferName = transfername
  @TransferStatus = transferstatus
  @TransferNote = transfernote
end

Instance Attribute Details

#BrandCertificateNameObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def BrandCertificateName
  @BrandCertificateName
end

#BrandNameObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def BrandName
  @BrandName
end

#BrandNoteObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def BrandNote
  @BrandNote
end

#BrandStatusObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def BrandStatus
  @BrandStatus
end

#TransferNameObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def TransferName
  @TransferName
end

#TransferNoteObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def TransferNote
  @TransferNote
end

#TransferStatusObject

Parameters:

  • BrandName:

    商标名称

  • BrandCertificateName:

    商标证明

  • BrandStatus:

    商标审核状态 1-审核中 2-审核未通过 3-审核通过

  • BrandNote:

    审核说明

  • TransferName:

    商标转让证明

  • TransferStatus:

    商标转让证明审核状态

  • TransferNote:

    审核说明 1-审核中 2-审核未通过 3-审核通过



37
38
39
# File 'lib/v20210624/models.rb', line 37

def TransferStatus
  @TransferStatus
end

Instance Method Details

#deserialize(params) ⇒ Object



49
50
51
52
53
54
55
56
57
# File 'lib/v20210624/models.rb', line 49

def deserialize(params)
  @BrandName = params['BrandName']
  @BrandCertificateName = params['BrandCertificateName']
  @BrandStatus = params['BrandStatus']
  @BrandNote = params['BrandNote']
  @TransferName = params['TransferName']
  @TransferStatus = params['TransferStatus']
  @TransferNote = params['TransferNote']
end