public class DeployFunctionCallbackRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
example:
202201061234
|
String |
customDomain
example:
abc.com
|
String |
deployStage
example:
RELEASE
|
String |
gateWayAppKey
example:
assdfasdfWwd12212
|
String |
gateWayAppSecret
example:
fasdfsfasdf1212Sff
|
String |
gateWayDomain
example:
1111shanghai-aliyunapi.com
|
| 构造器和说明 |
|---|
DeployFunctionCallbackRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeployFunctionCallbackRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getCustomDomain() |
String |
getDeployStage() |
String |
getGateWayAppKey() |
String |
getGateWayAppSecret() |
String |
getGateWayDomain() |
DeployFunctionCallbackRequest |
setAppId(String appId) |
DeployFunctionCallbackRequest |
setCustomDomain(String customDomain) |
DeployFunctionCallbackRequest |
setDeployStage(String deployStage) |
DeployFunctionCallbackRequest |
setGateWayAppKey(String gateWayAppKey) |
DeployFunctionCallbackRequest |
setGateWayAppSecret(String gateWayAppSecret) |
DeployFunctionCallbackRequest |
setGateWayDomain(String gateWayDomain) |
@NameInMap(value="appId") public String appId
202201061234
@NameInMap(value="customDomain") public String customDomain
abc.com
@NameInMap(value="deployStage") public String deployStage
RELEASE
@NameInMap(value="gateWayAppKey") public String gateWayAppKey
assdfasdfWwd12212
@NameInMap(value="gateWayAppSecret") public String gateWayAppSecret
fasdfsfasdf1212Sff
@NameInMap(value="gateWayDomain") public String gateWayDomain
1111shanghai-aliyunapi.com
public static DeployFunctionCallbackRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeployFunctionCallbackRequest setAppId(String appId)
public String getAppId()
public DeployFunctionCallbackRequest setCustomDomain(String customDomain)
public String getCustomDomain()
public DeployFunctionCallbackRequest setDeployStage(String deployStage)
public String getDeployStage()
public DeployFunctionCallbackRequest setGateWayAppKey(String gateWayAppKey)
public String getGateWayAppKey()
public DeployFunctionCallbackRequest setGateWayAppSecret(String gateWayAppSecret)
public String getGateWayAppSecret()
public DeployFunctionCallbackRequest setGateWayDomain(String gateWayDomain)
public String getGateWayDomain()
Copyright © 2025. All rights reserved.