public class CosTaskResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
CosTaskResult() |
CosTaskResult(CosTaskResult 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 |
---|---|
ErrDescription |
getErrDescription()
Get 错误信息描述。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResourceId()
Get 资源ID。
|
String |
getResult()
Get 结果类型。
|
String |
getResultDescription()
Get 结果描述。
|
void |
setErrDescription(ErrDescription ErrDescription)
Set 错误信息描述。
注意:此字段可能返回 null,表示取不到有效值。
|
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 CosTaskResult()
public CosTaskResult(CosTaskResult source)
public String getResult()
public void setResult(String Result)
Result
- 结果类型。public String getResultDescription()
public void setResultDescription(String ResultDescription)
ResultDescription
- 结果描述。public ErrDescription getErrDescription()
public void setErrDescription(ErrDescription ErrDescription)
ErrDescription
- 错误信息描述。
注意:此字段可能返回 null,表示取不到有效值。public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId
- 资源ID。Copyright © 2024. All rights reserved.