public class FailedResource extends AbstractModel
| 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 |
getCode()
Get 错误码
|
String |
getMessage()
Get 错误信息
|
String |
getResource()
Get 失败的资源六段式
|
void |
setCode(String Code)
Set 错误码
|
void |
setMessage(String Message)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic FailedResource()
public FailedResource(FailedResource source)
public String getResource()
public void setResource(String Resource)
Resource - 失败的资源六段式public String getCode()
public void setCode(String Code)
Code - 错误码public String getMessage()
public void setMessage(String Message)
Message - 错误信息Copyright © 2022. All rights reserved.