public class BatchDomainOperateErrors extends AbstractModel
header, skipSign
Constructor and Description |
---|
BatchDomainOperateErrors() |
BatchDomainOperateErrors(BatchDomainOperateErrors 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 The API 3.0 error code.
|
String |
getDomainName()
Get The domain that the API failed to operate.
|
String |
getMessage()
Get The API 3.0 error message.
|
void |
setCode(String Code)
Set The API 3.0 error code.
|
void |
setDomainName(String DomainName)
Set The domain that the API failed to operate.
|
void |
setMessage(String Message)
Set The API 3.0 error message.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BatchDomainOperateErrors()
public BatchDomainOperateErrors(BatchDomainOperateErrors source)
public String getDomainName()
public void setDomainName(String DomainName)
DomainName
- The domain that the API failed to operate.public String getCode()
public void setCode(String Code)
Code
- The API 3.0 error code.public String getMessage()
public void setMessage(String Message)
Message
- The API 3.0 error message.Copyright © 2024. All rights reserved.