public class FailedResource extends AbstractModel
header, skipSign
Constructor and Description |
---|
FailedResource() |
FailedResource(FailedResource 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 |
getError()
Get 执行失败的原因
|
String |
getResource()
Get 资源六段式
|
void |
setError(String Error)
Set 执行失败的原因
|
void |
setResource(String Resource)
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 FailedResource()
public FailedResource(FailedResource source)
public String getResource()
public void setResource(String Resource)
Resource
- 资源六段式public String getError()
public void setError(String Error)
Error
- 执行失败的原因Copyright © 2025. All rights reserved.