public static class DescribeEventRuleTargetListResponse.WebhookParameter extends Object
| Constructor and Description |
|---|
WebhookParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizMethod() |
String |
getBizProtocol() |
String |
getBizUrl() |
String |
getId() |
String |
getMethod()
Deprecated.
use getBizMethod instead of this.
|
String |
getProtocol()
Deprecated.
use getBizProtocol instead of this.
|
String |
getUrl()
Deprecated.
use getBizUrl instead of this.
|
void |
setBizMethod(String method) |
void |
setBizProtocol(String protocol) |
void |
setBizUrl(String url) |
void |
setId(String id) |
void |
setMethod(String method)
Deprecated.
use setBizMethod instead of this.
|
void |
setProtocol(String protocol)
Deprecated.
use setBizProtocol instead of this.
|
void |
setUrl(String url)
Deprecated.
use setBizUrl instead of this.
|
public String getId()
public void setId(String id)
public String getBizProtocol()
public void setBizProtocol(String protocol)
@Deprecated public String getProtocol()
@Deprecated public void setProtocol(String protocol)
public String getBizMethod()
public void setBizMethod(String method)
@Deprecated public String getMethod()
@Deprecated public void setMethod(String method)
public String getBizUrl()
public void setBizUrl(String url)
@Deprecated public String getUrl()
@Deprecated public void setUrl(String url)
Copyright © 2019. All Rights Reserved.