Uses of Class
com.tencentcloudapi.essbasic.v20210526.models.SignUrl
-
Packages that use SignUrl Package Description com.tencentcloudapi.essbasic.v20210526.models -
-
Uses of SignUrl in com.tencentcloudapi.essbasic.v20210526.models
Methods in com.tencentcloudapi.essbasic.v20210526.models that return SignUrl Modifier and Type Method Description SignUrl
ChannelCreateMultiFlowSignQRCodeResponse. getSignUrls()
Get 签署链接对象Methods in com.tencentcloudapi.essbasic.v20210526.models with parameters of type SignUrl Modifier and Type Method Description void
ChannelCreateMultiFlowSignQRCodeResponse. setSignUrls(SignUrl SignUrls)
Set 签署链接对象Constructors in com.tencentcloudapi.essbasic.v20210526.models with parameters of type SignUrl Constructor Description SignUrl(SignUrl source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-