Uses of Class
com.tencentcloudapi.cme.v20191029.models.ImageMaterial
-
Packages that use ImageMaterial Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of ImageMaterial in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return ImageMaterial Modifier and Type Method Description ImageMaterialLinkMaterialInfo. getImageMaterial()Get 图片素材信息。 注意:此字段可能返回 null,表示取不到有效值。ImageMaterialMaterialInfo. getImageMaterial()Get 图片媒体信息。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type ImageMaterial Modifier and Type Method Description voidLinkMaterialInfo. setImageMaterial(ImageMaterial ImageMaterial)Set 图片素材信息。 注意:此字段可能返回 null,表示取不到有效值。voidMaterialInfo. setImageMaterial(ImageMaterial ImageMaterial)Set 图片媒体信息。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type ImageMaterial Constructor Description ImageMaterial(ImageMaterial 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.
-