Class: TencentCloud::Essbasic::V20210526::PdfVerifyResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Essbasic::V20210526::PdfVerifyResult
- Defined in:
- lib/v20210526/models.rb
Overview
合同验签每个签署区的信息
Instance Attribute Summary collapse
- #CertNotAfter ⇒ Object
- #CertNotBefore ⇒ Object
- #CertSn ⇒ Object
- #ComponentHeight ⇒ Object
- #ComponentPage ⇒ Object
- #ComponentPosX ⇒ Object
- #ComponentPosY ⇒ Object
- #ComponentWidth ⇒ Object
- #SignAlgorithm ⇒ Object
- #SignerName ⇒ Object
- #SignPlatform ⇒ Object
- #SignTime ⇒ Object
- #SignType ⇒ Object
- #VerifyResult ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(verifyresult = nil, signplatform = nil, signername = nil, signtime = nil, signalgorithm = nil, certsn = nil, certnotbefore = nil, certnotafter = nil, signtype = nil, componentposx = nil, componentposy = nil, componentwidth = nil, componentheight = nil, componentpage = nil) ⇒ PdfVerifyResult
constructor
A new instance of PdfVerifyResult.
Constructor Details
#initialize(verifyresult = nil, signplatform = nil, signername = nil, signtime = nil, signalgorithm = nil, certsn = nil, certnotbefore = nil, certnotafter = nil, signtype = nil, componentposx = nil, componentposy = nil, componentwidth = nil, componentheight = nil, componentpage = nil) ⇒ PdfVerifyResult
Returns a new instance of PdfVerifyResult.
11667 11668 11669 11670 11671 11672 11673 11674 11675 11676 11677 11678 11679 11680 11681 11682 |
# File 'lib/v20210526/models.rb', line 11667 def initialize(verifyresult=nil, signplatform=nil, signername=nil, signtime=nil, signalgorithm=nil, certsn=nil, certnotbefore=nil, certnotafter=nil, signtype=nil, componentposx=nil, componentposy=nil, componentwidth=nil, componentheight=nil, componentpage=nil) @VerifyResult = verifyresult @SignPlatform = signplatform @SignerName = signername @SignTime = signtime @SignAlgorithm = signalgorithm @CertSn = certsn @CertNotBefore = certnotbefore @CertNotAfter = certnotafter @SignType = signtype @ComponentPosX = componentposx @ComponentPosY = componentposy @ComponentWidth = componentwidth @ComponentHeight = componentheight @ComponentPage = componentpage end |
Instance Attribute Details
#CertNotAfter ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def CertNotAfter @CertNotAfter end |
#CertNotBefore ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def CertNotBefore @CertNotBefore end |
#CertSn ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def CertSn @CertSn end |
#ComponentHeight ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def ComponentHeight @ComponentHeight end |
#ComponentPage ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def ComponentPage @ComponentPage end |
#ComponentPosX ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def ComponentPosX @ComponentPosX end |
#ComponentPosY ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def ComponentPosY @ComponentPosY end |
#ComponentWidth ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def ComponentWidth @ComponentWidth end |
#SignAlgorithm ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def SignAlgorithm @SignAlgorithm end |
#SignerName ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def SignerName @SignerName end |
#SignPlatform ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def SignPlatform @SignPlatform end |
#SignTime ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def SignTime @SignTime end |
#SignType ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def SignType @SignType end |
#VerifyResult ⇒ Object
11665 11666 11667 |
# File 'lib/v20210526/models.rb', line 11665 def VerifyResult @VerifyResult end |
Instance Method Details
#deserialize(params) ⇒ Object
11684 11685 11686 11687 11688 11689 11690 11691 11692 11693 11694 11695 11696 11697 11698 11699 |
# File 'lib/v20210526/models.rb', line 11684 def deserialize(params) @VerifyResult = params['VerifyResult'] @SignPlatform = params['SignPlatform'] @SignerName = params['SignerName'] @SignTime = params['SignTime'] @SignAlgorithm = params['SignAlgorithm'] @CertSn = params['CertSn'] @CertNotBefore = params['CertNotBefore'] @CertNotAfter = params['CertNotAfter'] @SignType = params['SignType'] @ComponentPosX = params['ComponentPosX'] @ComponentPosY = params['ComponentPosY'] @ComponentWidth = params['ComponentWidth'] @ComponentHeight = params['ComponentHeight'] @ComponentPage = params['ComponentPage'] end |