public class DspaTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
DspaTaskResult() |
DspaTaskResult(DspaTaskResult 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 |
---|---|
String |
getMetaType()
Get 资源类型。
|
String |
getResourceId()
Get 资源ID。
|
String |
getResult()
Get 任务结果。
|
String |
getResultDescription()
Get 结果描述。
|
void |
setMetaType(String MetaType)
Set 资源类型。
|
void |
setResourceId(String ResourceId)
Set 资源ID。
|
void |
setResult(String Result)
Set 任务结果。
|
void |
setResultDescription(String ResultDescription)
Set 结果描述。
|
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 DspaTaskResult()
public DspaTaskResult(DspaTaskResult source)
public String getResult()
public void setResult(String Result)
Result
- 任务结果。public String getResultDescription()
public void setResultDescription(String ResultDescription)
ResultDescription
- 结果描述。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源ID。public String getMetaType()
public void setMetaType(String MetaType)
MetaType
- 资源类型。Copyright © 2024. All rights reserved.