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