@Entity public class SNSWebhookApp extends WebhookApp
Constructor and Description |
---|
SNSWebhookApp() |
SNSWebhookApp(String topicArn,
String region,
String awsAccount,
String awsSecret) |
Modifier and Type | Method and Description |
---|---|
String |
getAppName() |
String |
getAwsAccount() |
String |
getAwsSecret() |
String |
getRegion() |
String |
getTopicArn() |
void |
setAwsAccount(String awsAccount) |
void |
setAwsSecret(String awsSecret) |
void |
setRegion(String region) |
void |
setTopicArn(String topicArn) |
getId, setId
public static final String APP_NAME
public SNSWebhookApp(String topicArn, String region, String awsAccount, String awsSecret)
public SNSWebhookApp()
public String getAppName()
getAppName
in class WebhookApp
public String getTopicArn()
public void setTopicArn(String topicArn)
public String getRegion()
public void setRegion(String region)
public String getAwsAccount()
public void setAwsAccount(String awsAccount)
public String getAwsSecret()
public void setAwsSecret(String awsSecret)
Copyright © 2017 DocDoku. All rights reserved.