Uses of Class
com.tencentcloudapi.essbasic.v20201222.models.ComponentSeal
-
Packages that use ComponentSeal Package Description com.tencentcloudapi.essbasic.v20201222.models -
-
Uses of ComponentSeal in com.tencentcloudapi.essbasic.v20201222.models
Methods in com.tencentcloudapi.essbasic.v20201222.models that return ComponentSeal Modifier and Type Method Description ComponentSeal[]
FlowApproverInfo. getComponentSeals()
Get 用户签署区ID到印章ID的映射集合 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.essbasic.v20201222.models with parameters of type ComponentSeal Modifier and Type Method Description void
FlowApproverInfo. setComponentSeals(ComponentSeal[] ComponentSeals)
Set 用户签署区ID到印章ID的映射集合 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.essbasic.v20201222.models with parameters of type ComponentSeal Constructor Description ComponentSeal(ComponentSeal 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.
-