Class: TencentCloud::Ess::V20201111::PdfVerifyResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ess::V20201111::PdfVerifyResult
- Defined in:
- lib/v20201111/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
如果在其他平台签署的, 主体的名字参考其他平台的说明.
-
#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, 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, componentposx = nil, componentposy = nil, componentwidth = nil, componentheight = nil, componentpage = nil) ⇒ PdfVerifyResult
Returns a new instance of PdfVerifyResult.
16194 16195 16196 16197 16198 16199 16200 16201 16202 16203 16204 16205 16206 16207 16208 |
# File 'lib/v20201111/models.rb', line 16194 def initialize(verifyresult=nil, signplatform=nil, signername=nil, signtime=nil, signalgorithm=nil, certsn=nil, certnotbefore=nil, certnotafter=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 @ComponentPosX = componentposx @ComponentPosY = componentposy @ComponentWidth = componentwidth @ComponentHeight = componentheight @ComponentPage = componentpage end |
Instance Attribute Details
#CertNotAfter ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def CertNotAfter @CertNotAfter end |
#CertNotBefore ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def CertNotBefore @CertNotBefore end |
#CertSn ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def CertSn @CertSn end |
#ComponentHeight ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def ComponentHeight @ComponentHeight end |
#ComponentPage ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def ComponentPage @ComponentPage end |
#ComponentPosX ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def ComponentPosX @ComponentPosX end |
#ComponentPosY ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def ComponentPosY @ComponentPosY end |
#ComponentWidth ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def ComponentWidth @ComponentWidth end |
#SignAlgorithm ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def SignAlgorithm @SignAlgorithm end |
#SignerName ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def SignerName @SignerName end |
#SignPlatform ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def SignPlatform @SignPlatform end |
#SignTime ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def SignTime @SignTime end |
#VerifyResult ⇒ Object
如果在其他平台签署的, 主体的名字参考其他平台的说明
16192 16193 16194 |
# File 'lib/v20201111/models.rb', line 16192 def VerifyResult @VerifyResult end |
Instance Method Details
#deserialize(params) ⇒ Object
16210 16211 16212 16213 16214 16215 16216 16217 16218 16219 16220 16221 16222 16223 16224 |
# File 'lib/v20201111/models.rb', line 16210 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'] @ComponentPosX = params['ComponentPosX'] @ComponentPosY = params['ComponentPosY'] @ComponentWidth = params['ComponentWidth'] @ComponentHeight = params['ComponentHeight'] @ComponentPage = params['ComponentPage'] end |