public class ClassificationTaskResult extends AbstractModel
Constructor and Description |
---|
ClassificationTaskResult() |
ClassificationTaskResult(ClassificationTaskResult 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 |
getErrCode()
Get 编辑任务失败错误码。
0:成功;其他值:失败。
|
String |
getErrMsg()
Get 编辑任务失败错误描述。
|
ClassificationTaskResultItem[] |
getItemSet()
Get 视频分类识别结果集。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStatus()
Get 编辑任务状态。
1:执行中;2:成功;3:失败。
|
void |
setErrCode(Long ErrCode)
Set 编辑任务失败错误码。
0:成功;其他值:失败。
|
void |
setErrMsg(String ErrMsg)
Set 编辑任务失败错误描述。
|
void |
setItemSet(ClassificationTaskResultItem[] ItemSet)
Set 视频分类识别结果集。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStatus(Long Status)
Set 编辑任务状态。
1:执行中;2:成功;3:失败。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ClassificationTaskResult()
public ClassificationTaskResult(ClassificationTaskResult source)
public Long getStatus()
public void setStatus(Long Status)
Status
- 编辑任务状态。
1:执行中;2:成功;3:失败。public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- 编辑任务失败错误码。
0:成功;其他值:失败。public String getErrMsg()
public void setErrMsg(String ErrMsg)
ErrMsg
- 编辑任务失败错误描述。public ClassificationTaskResultItem[] getItemSet()
public void setItemSet(ClassificationTaskResultItem[] ItemSet)
ItemSet
- 视频分类识别结果集。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.