Uses of Class
com.tencentcloudapi.fmu.v20191213.models.ModelInfo
-
Packages that use ModelInfo Package Description com.tencentcloudapi.fmu.v20191213.models -
-
Uses of ModelInfo in com.tencentcloudapi.fmu.v20191213.models
Methods in com.tencentcloudapi.fmu.v20191213.models that return ModelInfo Modifier and Type Method Description ModelInfo[]GetModelListResponse. getModelInfos()Get 素材数据 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.fmu.v20191213.models with parameters of type ModelInfo Modifier and Type Method Description voidGetModelListResponse. setModelInfos(ModelInfo[] ModelInfos)Set 素材数据 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.fmu.v20191213.models with parameters of type ModelInfo Constructor Description ModelInfo(ModelInfo 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.
-