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