public static class GetApiDestinationResponseBody.GetApiDestinationResponseBodyDataHttpApiParameters
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endpoint
The endpoint of the API destination.
|
String |
method
The HTTP request method.
|
| 构造器和说明 |
|---|
GetApiDestinationResponseBodyDataHttpApiParameters() |
@NameInMap(value="Endpoint") public String endpoint
The endpoint of the API destination.
example:@NameInMap(value="Method") public String method
The HTTP request method. Valid values:
POST
public GetApiDestinationResponseBodyDataHttpApiParameters()
public static GetApiDestinationResponseBody.GetApiDestinationResponseBodyDataHttpApiParameters build(Map<String,?> map) throws Exception
Exceptionpublic GetApiDestinationResponseBody.GetApiDestinationResponseBodyDataHttpApiParameters setEndpoint(String endpoint)
public String getEndpoint()
public GetApiDestinationResponseBody.GetApiDestinationResponseBodyDataHttpApiParameters setMethod(String method)
public String getMethod()
Copyright © 2026. All rights reserved.