Class PhoneCallAIResultInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iss.v20230517.models.PhoneCallAIResultInfo
-
public class PhoneCallAIResultInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PhoneCallAIResultInfo()
PhoneCallAIResultInfo(PhoneCallAIResultInfo 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[]
getPhoneCallInfo()
Get 打电话信息String
getTime()
Get 时间字符串String
getUrl()
Get 截图 URLvoid
setPhoneCallInfo(BaseAIResultInfo[] PhoneCallInfo)
Set 打电话信息void
setTime(String Time)
Set 时间字符串void
setUrl(String Url)
Set 截图 URLvoid
toMap(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
-
PhoneCallAIResultInfo
public PhoneCallAIResultInfo()
-
PhoneCallAIResultInfo
public PhoneCallAIResultInfo(PhoneCallAIResultInfo 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
-
getPhoneCallInfo
public BaseAIResultInfo[] getPhoneCallInfo()
Get 打电话信息- Returns:
- PhoneCallInfo 打电话信息
-
setPhoneCallInfo
public void setPhoneCallInfo(BaseAIResultInfo[] PhoneCallInfo)
Set 打电话信息- Parameters:
PhoneCallInfo
- 打电话信息
-
-