Uses of Class
com.tencentcloudapi.mrs.v20200910.models.FirstPage
-
Packages that use FirstPage Package Description com.tencentcloudapi.mrs.v20200910.models -
-
Uses of FirstPage in com.tencentcloudapi.mrs.v20200910.models
Methods in com.tencentcloudapi.mrs.v20200910.models that return FirstPage Modifier and Type Method Description FirstPage[]Block. getFirstPage()Get 病案首页 注意:此字段可能返回 null,表示取不到有效值。FirstPageTemplate. getFirstPage()Get 病案首页 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.mrs.v20200910.models with parameters of type FirstPage Modifier and Type Method Description voidBlock. setFirstPage(FirstPage[] FirstPage)Set 病案首页 注意:此字段可能返回 null,表示取不到有效值。voidTemplate. setFirstPage(FirstPage FirstPage)Set 病案首页 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.mrs.v20200910.models with parameters of type FirstPage Constructor Description FirstPage(FirstPage 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.
-