public class PetAIResultInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
PetAIResultInfo() |
PetAIResultInfo(PetAIResultInfo 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[] |
getPetInfo()
Get 宠物信息
|
String |
getTime()
Get 时间字符串
|
String |
getUrl()
Get 截图 URL
|
void |
setPetInfo(BaseAIResultInfo[] PetInfo)
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, toJsonString
public PetAIResultInfo()
public PetAIResultInfo(PetAIResultInfo source)
public String getTime()
public void setTime(String Time)
Time
- 时间字符串public String getUrl()
public void setUrl(String Url)
Url
- 截图 URLpublic BaseAIResultInfo[] getPetInfo()
public void setPetInfo(BaseAIResultInfo[] PetInfo)
PetInfo
- 宠物信息Copyright © 2024. All rights reserved.