public static class ImportSwaggerResponseBody.ImportSwaggerResponseBodyFailedApiImportSwaggerFailed
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorMsg
The error message returned.
|
String |
httpMethod
The HTTP method of the API.
|
String |
path
The request path of the API.
|
@NameInMap(value="ErrorMsg") public String errorMsg
The error message returned.
@NameInMap(value="HttpMethod") public String httpMethod
The HTTP method of the API.
@NameInMap(value="Path") public String path
The request path of the API.
public ImportSwaggerResponseBody.ImportSwaggerResponseBodyFailedApiImportSwaggerFailed()
public static ImportSwaggerResponseBody.ImportSwaggerResponseBodyFailedApiImportSwaggerFailed build(Map<String,?> map) throws Exception
Exceptionpublic ImportSwaggerResponseBody.ImportSwaggerResponseBodyFailedApiImportSwaggerFailed setErrorMsg(String errorMsg)
public String getErrorMsg()
public ImportSwaggerResponseBody.ImportSwaggerResponseBodyFailedApiImportSwaggerFailed setHttpMethod(String httpMethod)
public String getHttpMethod()
public ImportSwaggerResponseBody.ImportSwaggerResponseBodyFailedApiImportSwaggerFailed setPath(String path)
public String getPath()
Copyright © 2023. All rights reserved.