public class ChefClothAIResultInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
BaseAIResultInfo[] |
getChefClothInfoInfo()
Get 厨师服信息
|
String |
getTime()
Get 时间字符串
|
String |
getUrl()
Get 截图 URL
|
void |
setChefClothInfoInfo(BaseAIResultInfo[] ChefClothInfoInfo)
Set 厨师服信息
|
void |
setTime(String Time)
Set 时间字符串
|
void |
setUrl(String Url)
Set 截图 URL
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ChefClothAIResultInfo()
public ChefClothAIResultInfo(ChefClothAIResultInfo source)
public String getTime()
public void setTime(String Time)
Time
- 时间字符串public String getUrl()
public void setUrl(String Url)
Url
- 截图 URLpublic BaseAIResultInfo[] getChefClothInfoInfo()
public void setChefClothInfoInfo(BaseAIResultInfo[] ChefClothInfoInfo)
ChefClothInfoInfo
- 厨师服信息Copyright © 2024. All rights reserved.