public static class ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiId
The ID of the API.
|
String |
apiOperation
Indicates that the operation is CREATE or MODIFY.
|
String |
httpMethod
The HTTP method configured when you created the API.
|
String |
path
The request path configured when you created the API.
|
| 构造器和说明 |
|---|
ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi() |
@NameInMap(value="ApiId") public String apiId
The ID of the API.
@NameInMap(value="ApiOperation") public String apiOperation
Indicates that the operation is CREATE or MODIFY.
@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.ImportOASResponseBodySuccessApisSuccessApi()
public static ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi build(Map<String,?> map) throws Exception
Exceptionpublic ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi setApiId(String apiId)
public String getApiId()
public ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi setApiOperation(String apiOperation)
public String getApiOperation()
public ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi setHttpMethod(String httpMethod)
public String getHttpMethod()
public ImportOASResponseBody.ImportOASResponseBodySuccessApisSuccessApi setPath(String path)
public String getPath()
Copyright © 2023. All rights reserved.