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