public class AgeDetectTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
AgeDetectTaskResult() |
AgeDetectTaskResult(AgeDetectTaskResult 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 |
---|---|
Long |
getAge()
Get 任务结果:0: 成年,1:未成年,100:未知
|
String |
getDataId()
Get 数据唯一ID
|
Long |
getStatus()
Get 任务状态,0: 已创建,1:运行中,2:正常结束,3:异常结束,4:运行超时
|
String |
getUrl()
Get 数据文件的url
|
void |
setAge(Long Age)
Set 任务结果:0: 成年,1:未成年,100:未知
|
void |
setDataId(String DataId)
Set 数据唯一ID
|
void |
setStatus(Long Status)
Set 任务状态,0: 已创建,1:运行中,2:正常结束,3:异常结束,4:运行超时
|
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 AgeDetectTaskResult()
public AgeDetectTaskResult(AgeDetectTaskResult source)
public String getDataId()
public void setDataId(String DataId)
DataId
- 数据唯一IDpublic String getUrl()
public void setUrl(String Url)
Url
- 数据文件的urlpublic Long getStatus()
public void setStatus(Long Status)
Status
- 任务状态,0: 已创建,1:运行中,2:正常结束,3:异常结束,4:运行超时public Long getAge()
public void setAge(Long Age)
Age
- 任务结果:0: 成年,1:未成年,100:未知Copyright © 2024. All rights reserved.