public static class DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
contentTypeCatagory
The ContentType header used when you called the backend service over HTTP.
|
String |
contentTypeValue
The value of the ContentType header when the ServiceProtocol parameter is set to HTTP and the ContentTypeCatagory parameter is set to DEFAULT or CUSTOM.
|
String |
fcBaseUrl
The root path of Function Compute.
|
String |
fcType
The type of the Function Compute instance.
|
String |
functionName
The function name defined in Function Compute.
|
String |
method
The request method.
|
Boolean |
onlyBusinessPath
Indicates whether the backend only receives the service path.
|
String |
path
The API request path.
|
String |
qualifier
The alias of the function.
|
String |
regionId
The ID of the region.
|
String |
roleArn
The Alibaba Cloud Resource Name (ARN) of the RAM role assumed by API Gateway to access Function Compute.
|
String |
serviceName
The service name defined in Function Compute.
|
| 构造器和说明 |
|---|
DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig() |
@NameInMap(value="ContentTypeCatagory") public String contentTypeCatagory
The ContentType header used when you called the backend service over HTTP. Valid values:
* **DEFAULT: the default header in API Gateway**
* **CUSTOM: a custom header**
* **CLIENT: the ContentType header specified by the client**
@NameInMap(value="ContentTypeValue") public String contentTypeValue
The value of the ContentType header when the ServiceProtocol parameter is set to HTTP and the ContentTypeCatagory parameter is set to DEFAULT or CUSTOM.
@NameInMap(value="FcBaseUrl") public String fcBaseUrl
The root path of Function Compute.
@NameInMap(value="FcType") public String fcType
The type of the Function Compute instance.
@NameInMap(value="FunctionName") public String functionName
The function name defined in Function Compute.
@NameInMap(value="Method") public String method
The request method.
@NameInMap(value="OnlyBusinessPath") public Boolean onlyBusinessPath
Indicates whether the backend only receives the service path.
@NameInMap(value="Path") public String path
The API request path.
@NameInMap(value="Qualifier") public String qualifier
The alias of the function.
@NameInMap(value="RegionId") public String regionId
The ID of the region.
@NameInMap(value="RoleArn") public String roleArn
The Alibaba Cloud Resource Name (ARN) of the RAM role assumed by API Gateway to access Function Compute.
@NameInMap(value="ServiceName") public String serviceName
The service name defined in Function Compute.
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig()
public static DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig build(Map<String,?> map) throws Exception
Exceptionpublic DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setContentTypeCatagory(String contentTypeCatagory)
public String getContentTypeCatagory()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setContentTypeValue(String contentTypeValue)
public String getContentTypeValue()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setFcBaseUrl(String fcBaseUrl)
public String getFcBaseUrl()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setFcType(String fcType)
public String getFcType()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setFunctionName(String functionName)
public String getFunctionName()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setMethod(String method)
public String getMethod()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setOnlyBusinessPath(Boolean onlyBusinessPath)
public Boolean getOnlyBusinessPath()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setPath(String path)
public String getPath()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setQualifier(String qualifier)
public String getQualifier()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setRegionId(String regionId)
public String getRegionId()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setRoleArn(String roleArn)
public String getRoleArn()
public DescribeApiHistoryResponseBody.DescribeApiHistoryResponseBodyServiceConfigFunctionComputeConfig setServiceName(String serviceName)
public String getServiceName()
Copyright © 2023. All rights reserved.