Class ChefClothAIResultInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.ChefClothAIResultInfo
-
public class ChefClothAIResultInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChefClothAIResultInfo()ChefClothAIResultInfo(ChefClothAIResultInfo 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseAIResultInfo[]getChefClothInfoInfo()Get 厨师服信息StringgetTime()Get 时间字符串StringgetUrl()Get 截图 URLvoidsetChefClothInfoInfo(BaseAIResultInfo[] ChefClothInfoInfo)Set 厨师服信息voidsetTime(String Time)Set 时间字符串voidsetUrl(String Url)Set 截图 URLvoidtoMap(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
-
ChefClothAIResultInfo
public ChefClothAIResultInfo()
-
ChefClothAIResultInfo
public ChefClothAIResultInfo(ChefClothAIResultInfo 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
-
getTime
public String getTime()
Get 时间字符串- Returns:
- Time 时间字符串
-
setTime
public void setTime(String Time)
Set 时间字符串- Parameters:
Time- 时间字符串
-
getUrl
public String getUrl()
Get 截图 URL- Returns:
- Url 截图 URL
-
setUrl
public void setUrl(String Url)
Set 截图 URL- Parameters:
Url- 截图 URL
-
getChefClothInfoInfo
public BaseAIResultInfo[] getChefClothInfoInfo()
Get 厨师服信息- Returns:
- ChefClothInfoInfo 厨师服信息
-
setChefClothInfoInfo
public void setChefClothInfoInfo(BaseAIResultInfo[] ChefClothInfoInfo)
Set 厨师服信息- Parameters:
ChefClothInfoInfo- 厨师服信息
-
-