Class ModelInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.fmu.v20191213.models.ModelInfo
-
public class ModelInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get 文件描述信息。StringgetLUTFileUrl()Get 唇色素材 url 。 LUT 文件 url 5分钟有效。StringgetModelId()Get 唇色素材IDvoidsetDescription(String Description)Set 文件描述信息。voidsetLUTFileUrl(String LUTFileUrl)Set 唇色素材 url 。 LUT 文件 url 5分钟有效。voidsetModelId(String ModelId)Set 唇色素材IDvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModelInfo
public ModelInfo()
-
ModelInfo
public 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.
-
-
Method Detail
-
getModelId
public String getModelId()
Get 唇色素材ID- Returns:
- ModelId 唇色素材ID
-
setModelId
public void setModelId(String ModelId)
Set 唇色素材ID- Parameters:
ModelId- 唇色素材ID
-
getLUTFileUrl
public String getLUTFileUrl()
Get 唇色素材 url 。 LUT 文件 url 5分钟有效。- Returns:
- LUTFileUrl 唇色素材 url 。 LUT 文件 url 5分钟有效。
-
setLUTFileUrl
public void setLUTFileUrl(String LUTFileUrl)
Set 唇色素材 url 。 LUT 文件 url 5分钟有效。- Parameters:
LUTFileUrl- 唇色素材 url 。 LUT 文件 url 5分钟有效。
-
getDescription
public String getDescription()
Get 文件描述信息。- Returns:
- Description 文件描述信息。
-
setDescription
public void setDescription(String Description)
Set 文件描述信息。- Parameters:
Description- 文件描述信息。
-
-