public class DryRunSwaggerResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyFailed |
failed
The APIs that failed to be created based on the Swagger-compliant data imported this time.
|
String |
globalCondition
The global condition.
|
DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelFailed |
modelFailed
The models that failed to be imported through the Swagger-compliant data this time.
|
DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelSuccess |
modelSuccess
The models that failed to be imported through the Swagger-compliant data this time.
|
String |
requestId
The ID of the request.
|
DryRunSwaggerResponseBody.DryRunSwaggerResponseBodySuccess |
success
The APIs that are created based on the Swagger-compliant data imported this time.
|
| 构造器和说明 |
|---|
DryRunSwaggerResponseBody() |
@NameInMap(value="Failed") public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyFailed failed
The APIs that failed to be created based on the Swagger-compliant data imported this time.
@NameInMap(value="GlobalCondition") public String globalCondition
The global condition.
@NameInMap(value="ModelFailed") public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelFailed modelFailed
The models that failed to be imported through the Swagger-compliant data this time.
@NameInMap(value="ModelSuccess") public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelSuccess modelSuccess
The models that failed to be imported through the Swagger-compliant data this time.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodySuccess success
The APIs that are created based on the Swagger-compliant data imported this time.
public static DryRunSwaggerResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DryRunSwaggerResponseBody setFailed(DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyFailed failed)
public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyFailed getFailed()
public DryRunSwaggerResponseBody setGlobalCondition(String globalCondition)
public String getGlobalCondition()
public DryRunSwaggerResponseBody setModelFailed(DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelFailed modelFailed)
public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelFailed getModelFailed()
public DryRunSwaggerResponseBody setModelSuccess(DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelSuccess modelSuccess)
public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodyModelSuccess getModelSuccess()
public DryRunSwaggerResponseBody setRequestId(String requestId)
public String getRequestId()
public DryRunSwaggerResponseBody setSuccess(DryRunSwaggerResponseBody.DryRunSwaggerResponseBodySuccess success)
public DryRunSwaggerResponseBody.DryRunSwaggerResponseBodySuccess getSuccess()
Copyright © 2023. All rights reserved.