public class ChefHatAIResultInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ChefHatAIResultInfo() | 
| ChefHatAIResultInfo(ChefHatAIResultInfo 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[] | getChefHatInfo()Get 厨师帽信息 | 
| String | getTime()Get 时间字符串 | 
| String | getUrl()Get 截图 URL | 
| void | setChefHatInfo(BaseAIResultInfo[] ChefHatInfo)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, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic ChefHatAIResultInfo()
public ChefHatAIResultInfo(ChefHatAIResultInfo source)
public String getTime()
public void setTime(String Time)
Time - 时间字符串public String getUrl()
public void setUrl(String Url)
Url - 截图 URLpublic BaseAIResultInfo[] getChefHatInfo()
public void setChefHatInfo(BaseAIResultInfo[] ChefHatInfo)
ChefHatInfo - 厨师帽信息Copyright © 2025. All rights reserved.