public class ApiInfo extends AbstractModel
Constructor and Description |
---|
ApiInfo() |
ApiInfo(ApiInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getApiBusinessType()
Get OAUTH API的类型。可取值为NORMAL(业务API)、OAUTH(授权API)。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApiDesc()
Get API 接口的描述。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApiId()
Get API 接口唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApiName()
Get API 接口的名称。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getApiType()
Get API 类型。可取值为NORMAL(普通API)、TSF(微服务API)。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAuthRelationApiId()
Get OAUTH 业务API 关联的授权API 唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAuthType()
Get API 鉴权类型。可取值为 SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH。
注意:此字段可能返回 null,表示取不到有效值。
|
Base64EncodedTriggerRule[] |
getBase64EncodedTriggerRules()
Get Header触发规则,总规则数量不超过10。
注意:此字段可能返回 null,表示取不到有效值。
|
ConstantParameter[] |
getConstantParameters()
Get 常量参数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCreatedTime()
Get 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getEnableCORS()
Get 是否开启跨域。
注意:此字段可能返回 null,表示取不到有效值。
|
String[] |
getEnvironments()
Get API已发布的环境信息。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInternalDomain()
Get WEBSOCKET 回推地址。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsBase64Encoded()
Get 是否开启Base64编码,只有后端为scf时才会生效。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsBase64Trigger()
Get 是否开启Base64编码的header触发,只有后端为scf时才会生效。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getIsDebugAfterCharge()
Get 是否购买后调试(云市场预留参数)。
注意:此字段可能返回 null,表示取不到有效值。
|
MicroService[] |
getMicroServices()
Get API绑定微服务服务列表。
注意:此字段可能返回 null,表示取不到有效值。
|
Long[] |
getMicroServicesInfo()
Get 微服务信息详情。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getModifiedTime()
Get 最后修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
OauthConfig |
getOauthConfig()
Get OAUTH配置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getProtocol()
Get API 的前端请求类型,如 HTTP 或 HTTPS 或者 HTTP 和 HTTPS。
注意:此字段可能返回 null,表示取不到有效值。
|
RequestConfig |
getRequestConfig()
Get 请求的前端配置。
注意:此字段可能返回 null,表示取不到有效值。
|
ReqParameter[] |
getRequestParameters()
Get 前端请求参数。
注意:此字段可能返回 null,表示取不到有效值。
|
ErrorCodes[] |
getResponseErrorCodes()
Get 用户自定义错误码配置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResponseFailExample()
Get 自定义响应配置失败响应示例。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResponseSuccessExample()
Get 自定义响应配置成功响应示例。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getResponseType()
Get 返回类型。
注意:此字段可能返回 null,表示取不到有效值。
|
ServiceConfig |
getServiceConfig()
Get API 的后端服务配置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceDesc()
Get API 所在的服务的描述。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceId()
Get API 所在的服务唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceMockReturnMessage()
Get API 的后端 Mock 返回信息。如果 ServiceType 是 Mock,则此参数必传。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceName()
Get API 所在的服务的名称。
注意:此字段可能返回 null,表示取不到有效值。
|
ServiceParameter[] |
getServiceParameters()
Get API的后端服务参数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceScfFunctionName()
Get scf 函数名称。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceScfFunctionNamespace()
Get scf 函数命名空间。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceScfFunctionQualifier()
Get scf函数版本。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getServiceScfIsIntegratedResponse()
Get 是否开启集成响应。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getServiceTimeout()
Get API 的后端服务超时时间,单位是秒。
注意:此字段可能返回 null,表示取不到有效值。
|
HealthCheckConf |
getServiceTsfHealthCheckConf()
Get 微服务的健康检查配置。
注意:此字段可能返回 null,表示取不到有效值。
|
TsfLoadBalanceConfResp |
getServiceTsfLoadBalanceConf()
Get 微服务的负载均衡配置。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceType()
Get API 的后端服务类型。可取值为 HTTP、MOCK、TSF、CLB、SCF、WEBSOCKET、TARGET(内测)。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketCleanupFunctionName()
Get scf websocket清理函数。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketCleanupFunctionNamespace()
Get scf websocket清理函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketCleanupFunctionQualifier()
Get scf websocket清理函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketRegisterFunctionName()
Get scf websocket注册函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketRegisterFunctionNamespace()
Get scf websocket注册函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketRegisterFunctionQualifier()
Get scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketTransportFunctionName()
Get scf websocket传输函数。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketTransportFunctionNamespace()
Get scf websocket传输函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getServiceWebsocketTransportFunctionQualifier()
Get scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
Tag[] |
getTags()
Get API绑定的tag信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiBusinessType(String ApiBusinessType)
Set OAUTH API的类型。可取值为NORMAL(业务API)、OAUTH(授权API)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiDesc(String ApiDesc)
Set API 接口的描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiId(String ApiId)
Set API 接口唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiName(String ApiName)
Set API 接口的名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setApiType(String ApiType)
Set API 类型。可取值为NORMAL(普通API)、TSF(微服务API)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAuthRelationApiId(String AuthRelationApiId)
Set OAUTH 业务API 关联的授权API 唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAuthType(String AuthType)
Set API 鉴权类型。可取值为 SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setBase64EncodedTriggerRules(Base64EncodedTriggerRule[] Base64EncodedTriggerRules)
Set Header触发规则,总规则数量不超过10。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setConstantParameters(ConstantParameter[] ConstantParameters)
Set 常量参数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreatedTime(String CreatedTime)
Set 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnableCORS(Boolean EnableCORS)
Set 是否开启跨域。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvironments(String[] Environments)
Set API已发布的环境信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInternalDomain(String InternalDomain)
Set WEBSOCKET 回推地址。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsBase64Encoded(Boolean IsBase64Encoded)
Set 是否开启Base64编码,只有后端为scf时才会生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsBase64Trigger(Boolean IsBase64Trigger)
Set 是否开启Base64编码的header触发,只有后端为scf时才会生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsDebugAfterCharge(Boolean IsDebugAfterCharge)
Set 是否购买后调试(云市场预留参数)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMicroServices(MicroService[] MicroServices)
Set API绑定微服务服务列表。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMicroServicesInfo(Long[] MicroServicesInfo)
Set 微服务信息详情。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setModifiedTime(String ModifiedTime)
Set 最后修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOauthConfig(OauthConfig OauthConfig)
Set OAUTH配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProtocol(String Protocol)
Set API 的前端请求类型,如 HTTP 或 HTTPS 或者 HTTP 和 HTTPS。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestConfig(RequestConfig RequestConfig)
Set 请求的前端配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestParameters(ReqParameter[] RequestParameters)
Set 前端请求参数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResponseErrorCodes(ErrorCodes[] ResponseErrorCodes)
Set 用户自定义错误码配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResponseFailExample(String ResponseFailExample)
Set 自定义响应配置失败响应示例。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResponseSuccessExample(String ResponseSuccessExample)
Set 自定义响应配置成功响应示例。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setResponseType(String ResponseType)
Set 返回类型。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceConfig(ServiceConfig ServiceConfig)
Set API 的后端服务配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceDesc(String ServiceDesc)
Set API 所在的服务的描述。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceId(String ServiceId)
Set API 所在的服务唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceMockReturnMessage(String ServiceMockReturnMessage)
Set API 的后端 Mock 返回信息。如果 ServiceType 是 Mock,则此参数必传。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceName(String ServiceName)
Set API 所在的服务的名称。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceParameters(ServiceParameter[] ServiceParameters)
Set API的后端服务参数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceScfFunctionName(String ServiceScfFunctionName)
Set scf 函数名称。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceScfFunctionNamespace(String ServiceScfFunctionNamespace)
Set scf 函数命名空间。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceScfFunctionQualifier(String ServiceScfFunctionQualifier)
Set scf函数版本。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceScfIsIntegratedResponse(Boolean ServiceScfIsIntegratedResponse)
Set 是否开启集成响应。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceTimeout(Long ServiceTimeout)
Set API 的后端服务超时时间,单位是秒。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
Set 微服务的健康检查配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceTsfLoadBalanceConf(TsfLoadBalanceConfResp ServiceTsfLoadBalanceConf)
Set 微服务的负载均衡配置。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceType(String ServiceType)
Set API 的后端服务类型。可取值为 HTTP、MOCK、TSF、CLB、SCF、WEBSOCKET、TARGET(内测)。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketCleanupFunctionName(String ServiceWebsocketCleanupFunctionName)
Set scf websocket清理函数。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketCleanupFunctionNamespace(String ServiceWebsocketCleanupFunctionNamespace)
Set scf websocket清理函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketCleanupFunctionQualifier(String ServiceWebsocketCleanupFunctionQualifier)
Set scf websocket清理函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketRegisterFunctionName(String ServiceWebsocketRegisterFunctionName)
Set scf websocket注册函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketRegisterFunctionNamespace(String ServiceWebsocketRegisterFunctionNamespace)
Set scf websocket注册函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketRegisterFunctionQualifier(String ServiceWebsocketRegisterFunctionQualifier)
Set scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketTransportFunctionName(String ServiceWebsocketTransportFunctionName)
Set scf websocket传输函数。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketTransportFunctionNamespace(String ServiceWebsocketTransportFunctionNamespace)
Set scf websocket传输函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setServiceWebsocketTransportFunctionQualifier(String ServiceWebsocketTransportFunctionQualifier)
Set scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(Tag[] Tags)
Set API绑定的tag信息。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ApiInfo()
public ApiInfo(ApiInfo source)
public String getServiceId()
public void setServiceId(String ServiceId)
ServiceId
- API 所在的服务唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceName()
public void setServiceName(String ServiceName)
ServiceName
- API 所在的服务的名称。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceDesc()
public void setServiceDesc(String ServiceDesc)
ServiceDesc
- API 所在的服务的描述。
注意:此字段可能返回 null,表示取不到有效值。public String getApiId()
public void setApiId(String ApiId)
ApiId
- API 接口唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。public String getApiDesc()
public void setApiDesc(String ApiDesc)
ApiDesc
- API 接口的描述。
注意:此字段可能返回 null,表示取不到有效值。public String getCreatedTime()
public void setCreatedTime(String CreatedTime)
CreatedTime
- 创建时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getModifiedTime()
public void setModifiedTime(String ModifiedTime)
ModifiedTime
- 最后修改时间,按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。
注意:此字段可能返回 null,表示取不到有效值。public String getApiName()
public void setApiName(String ApiName)
ApiName
- API 接口的名称。
注意:此字段可能返回 null,表示取不到有效值。public String getApiType()
public void setApiType(String ApiType)
ApiType
- API 类型。可取值为NORMAL(普通API)、TSF(微服务API)。
注意:此字段可能返回 null,表示取不到有效值。public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- API 的前端请求类型,如 HTTP 或 HTTPS 或者 HTTP 和 HTTPS。
注意:此字段可能返回 null,表示取不到有效值。public String getAuthType()
public void setAuthType(String AuthType)
AuthType
- API 鉴权类型。可取值为 SECRET(密钥对鉴权)、NONE(免鉴权)、OAUTH。
注意:此字段可能返回 null,表示取不到有效值。public String getApiBusinessType()
public void setApiBusinessType(String ApiBusinessType)
ApiBusinessType
- OAUTH API的类型。可取值为NORMAL(业务API)、OAUTH(授权API)。
注意:此字段可能返回 null,表示取不到有效值。public String getAuthRelationApiId()
public void setAuthRelationApiId(String AuthRelationApiId)
AuthRelationApiId
- OAUTH 业务API 关联的授权API 唯一 ID。
注意:此字段可能返回 null,表示取不到有效值。public OauthConfig getOauthConfig()
public void setOauthConfig(OauthConfig OauthConfig)
OauthConfig
- OAUTH配置。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsDebugAfterCharge()
public void setIsDebugAfterCharge(Boolean IsDebugAfterCharge)
IsDebugAfterCharge
- 是否购买后调试(云市场预留参数)。
注意:此字段可能返回 null,表示取不到有效值。public RequestConfig getRequestConfig()
public void setRequestConfig(RequestConfig RequestConfig)
RequestConfig
- 请求的前端配置。
注意:此字段可能返回 null,表示取不到有效值。public String getResponseType()
public void setResponseType(String ResponseType)
ResponseType
- 返回类型。
注意:此字段可能返回 null,表示取不到有效值。public String getResponseSuccessExample()
public void setResponseSuccessExample(String ResponseSuccessExample)
ResponseSuccessExample
- 自定义响应配置成功响应示例。
注意:此字段可能返回 null,表示取不到有效值。public String getResponseFailExample()
public void setResponseFailExample(String ResponseFailExample)
ResponseFailExample
- 自定义响应配置失败响应示例。
注意:此字段可能返回 null,表示取不到有效值。public ErrorCodes[] getResponseErrorCodes()
public void setResponseErrorCodes(ErrorCodes[] ResponseErrorCodes)
ResponseErrorCodes
- 用户自定义错误码配置。
注意:此字段可能返回 null,表示取不到有效值。public ReqParameter[] getRequestParameters()
public void setRequestParameters(ReqParameter[] RequestParameters)
RequestParameters
- 前端请求参数。
注意:此字段可能返回 null,表示取不到有效值。public Long getServiceTimeout()
public void setServiceTimeout(Long ServiceTimeout)
ServiceTimeout
- API 的后端服务超时时间,单位是秒。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceType()
public void setServiceType(String ServiceType)
ServiceType
- API 的后端服务类型。可取值为 HTTP、MOCK、TSF、CLB、SCF、WEBSOCKET、TARGET(内测)。
注意:此字段可能返回 null,表示取不到有效值。public ServiceConfig getServiceConfig()
public void setServiceConfig(ServiceConfig ServiceConfig)
ServiceConfig
- API 的后端服务配置。
注意:此字段可能返回 null,表示取不到有效值。public ServiceParameter[] getServiceParameters()
public void setServiceParameters(ServiceParameter[] ServiceParameters)
ServiceParameters
- API的后端服务参数。
注意:此字段可能返回 null,表示取不到有效值。public ConstantParameter[] getConstantParameters()
public void setConstantParameters(ConstantParameter[] ConstantParameters)
ConstantParameters
- 常量参数。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceMockReturnMessage()
public void setServiceMockReturnMessage(String ServiceMockReturnMessage)
ServiceMockReturnMessage
- API 的后端 Mock 返回信息。如果 ServiceType 是 Mock,则此参数必传。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceScfFunctionName()
public void setServiceScfFunctionName(String ServiceScfFunctionName)
ServiceScfFunctionName
- scf 函数名称。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceScfFunctionNamespace()
public void setServiceScfFunctionNamespace(String ServiceScfFunctionNamespace)
ServiceScfFunctionNamespace
- scf 函数命名空间。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceScfFunctionQualifier()
public void setServiceScfFunctionQualifier(String ServiceScfFunctionQualifier)
ServiceScfFunctionQualifier
- scf函数版本。当后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getServiceScfIsIntegratedResponse()
public void setServiceScfIsIntegratedResponse(Boolean ServiceScfIsIntegratedResponse)
ServiceScfIsIntegratedResponse
- 是否开启集成响应。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketRegisterFunctionName()
public void setServiceWebsocketRegisterFunctionName(String ServiceWebsocketRegisterFunctionName)
ServiceWebsocketRegisterFunctionName
- scf websocket注册函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketRegisterFunctionNamespace()
public void setServiceWebsocketRegisterFunctionNamespace(String ServiceWebsocketRegisterFunctionNamespace)
ServiceWebsocketRegisterFunctionNamespace
- scf websocket注册函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketRegisterFunctionQualifier()
public void setServiceWebsocketRegisterFunctionQualifier(String ServiceWebsocketRegisterFunctionQualifier)
ServiceWebsocketRegisterFunctionQualifier
- scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketCleanupFunctionName()
public void setServiceWebsocketCleanupFunctionName(String ServiceWebsocketCleanupFunctionName)
ServiceWebsocketCleanupFunctionName
- scf websocket清理函数。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketCleanupFunctionNamespace()
public void setServiceWebsocketCleanupFunctionNamespace(String ServiceWebsocketCleanupFunctionNamespace)
ServiceWebsocketCleanupFunctionNamespace
- scf websocket清理函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketCleanupFunctionQualifier()
public void setServiceWebsocketCleanupFunctionQualifier(String ServiceWebsocketCleanupFunctionQualifier)
ServiceWebsocketCleanupFunctionQualifier
- scf websocket清理函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getInternalDomain()
public void setInternalDomain(String InternalDomain)
InternalDomain
- WEBSOCKET 回推地址。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketTransportFunctionName()
public void setServiceWebsocketTransportFunctionName(String ServiceWebsocketTransportFunctionName)
ServiceWebsocketTransportFunctionName
- scf websocket传输函数。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketTransportFunctionNamespace()
public void setServiceWebsocketTransportFunctionNamespace(String ServiceWebsocketTransportFunctionNamespace)
ServiceWebsocketTransportFunctionNamespace
- scf websocket传输函数命名空间。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public String getServiceWebsocketTransportFunctionQualifier()
public void setServiceWebsocketTransportFunctionQualifier(String ServiceWebsocketTransportFunctionQualifier)
ServiceWebsocketTransportFunctionQualifier
- scf websocket传输函数版本。当前端类型是WEBSOCKET且后端类型是SCF时生效。
注意:此字段可能返回 null,表示取不到有效值。public MicroService[] getMicroServices()
public void setMicroServices(MicroService[] MicroServices)
MicroServices
- API绑定微服务服务列表。
注意:此字段可能返回 null,表示取不到有效值。public Long[] getMicroServicesInfo()
public void setMicroServicesInfo(Long[] MicroServicesInfo)
MicroServicesInfo
- 微服务信息详情。
注意:此字段可能返回 null,表示取不到有效值。public TsfLoadBalanceConfResp getServiceTsfLoadBalanceConf()
public void setServiceTsfLoadBalanceConf(TsfLoadBalanceConfResp ServiceTsfLoadBalanceConf)
ServiceTsfLoadBalanceConf
- 微服务的负载均衡配置。
注意:此字段可能返回 null,表示取不到有效值。public HealthCheckConf getServiceTsfHealthCheckConf()
public void setServiceTsfHealthCheckConf(HealthCheckConf ServiceTsfHealthCheckConf)
ServiceTsfHealthCheckConf
- 微服务的健康检查配置。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getEnableCORS()
public void setEnableCORS(Boolean EnableCORS)
EnableCORS
- 是否开启跨域。
注意:此字段可能返回 null,表示取不到有效值。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- API绑定的tag信息。
注意:此字段可能返回 null,表示取不到有效值。public String[] getEnvironments()
public void setEnvironments(String[] Environments)
Environments
- API已发布的环境信息。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsBase64Encoded()
public void setIsBase64Encoded(Boolean IsBase64Encoded)
IsBase64Encoded
- 是否开启Base64编码,只有后端为scf时才会生效。
注意:此字段可能返回 null,表示取不到有效值。public Boolean getIsBase64Trigger()
public void setIsBase64Trigger(Boolean IsBase64Trigger)
IsBase64Trigger
- 是否开启Base64编码的header触发,只有后端为scf时才会生效。
注意:此字段可能返回 null,表示取不到有效值。public Base64EncodedTriggerRule[] getBase64EncodedTriggerRules()
public void setBase64EncodedTriggerRules(Base64EncodedTriggerRule[] Base64EncodedTriggerRules)
Base64EncodedTriggerRules
- Header触发规则,总规则数量不超过10。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.