public static class ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
apiOperation
Specifies that the operation is CREATE or MODIFY.
|
String |
apiUid
The UID of the imported API.
|
String |
httpMethod
The HTTP method of the API.
|
String |
path
The request path of the API.
|
| 构造器和说明 |
|---|
ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess() |
@NameInMap(value="ApiOperation") public String apiOperation
Specifies that the operation is CREATE or MODIFY.
@NameInMap(value="ApiUid") public String apiUid
The UID of the imported API.
@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.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess()
public static ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess build(Map<String,?> map) throws Exception
Exceptionpublic ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess setApiOperation(String apiOperation)
public String getApiOperation()
public ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess setApiUid(String apiUid)
public String getApiUid()
public ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess setHttpMethod(String httpMethod)
public String getHttpMethod()
public ImportSwaggerResponseBody.ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess setPath(String path)
public String getPath()
Copyright © 2023. All rights reserved.