Uses of Class
com.tencentcloudapi.tiw.v20190919.models.PPTErr
-
Packages that use PPTErr Package Description com.tencentcloudapi.tiw.v20190919.models -
-
Uses of PPTErr in com.tencentcloudapi.tiw.v20190919.models
Methods in com.tencentcloudapi.tiw.v20190919.models that return PPTErr Modifier and Type Method Description PPTErr[]PPTErrSlide. getErrs()Get 错误元素列表 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.tiw.v20190919.models with parameters of type PPTErr Modifier and Type Method Description voidPPTErrSlide. setErrs(PPTErr[] Errs)Set 错误元素列表 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.tiw.v20190919.models with parameters of type PPTErr Constructor Description PPTErr(PPTErr 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.
-