Uses of Class
com.tencentcloudapi.ame.v20190916.models.ImagePath
-
Packages that use ImagePath Package Description com.tencentcloudapi.ame.v20190916.models -
-
Uses of ImagePath in com.tencentcloudapi.ame.v20190916.models
Methods in com.tencentcloudapi.ame.v20190916.models that return ImagePath Modifier and Type Method Description ImagePath[]
Album. getImagePathMap()
Get 专辑图片大小及类别 注意:此字段可能返回 null,表示取不到有效值。ImagePath[]
Station. getImagePathMap()
Get station图片集合 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.ame.v20190916.models with parameters of type ImagePath Modifier and Type Method Description void
Album. setImagePathMap(ImagePath[] ImagePathMap)
Set 专辑图片大小及类别 注意:此字段可能返回 null,表示取不到有效值。void
Station. setImagePathMap(ImagePath[] ImagePathMap)
Set station图片集合 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.ame.v20190916.models with parameters of type ImagePath Constructor Description ImagePath(ImagePath 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.
-