Class GlobalProperties

java.lang.Object
org.duracloud.account.db.model.BaseEntity
org.duracloud.account.db.model.GlobalProperties

@Entity public class GlobalProperties extends BaseEntity
A grab bag of global properties.
Author:
Daniel Bernstein Date: 01/05/2016
  • Constructor Details

    • GlobalProperties

      public GlobalProperties()
  • Method Details

    • getInstanceNotificationTopicArn

      public String getInstanceNotificationTopicArn()
    • setInstanceNotificationTopicArn

      public void setInstanceNotificationTopicArn(String instanceNotificationTopicArn)
    • getCloudFrontAccountId

      public String getCloudFrontAccountId()
    • setCloudFrontAccountId

      public void setCloudFrontAccountId(String cloudFrontAccountId)
    • getCloudFrontKeyId

      public String getCloudFrontKeyId()
    • setCloudFrontKeyId

      public void setCloudFrontKeyId(String cloudFrontKeyId)
    • getCloudFrontKeyPath

      public String getCloudFrontKeyPath()
    • setCloudFrontKeyPath

      public void setCloudFrontKeyPath(String cloudFrontKeyPath)
    • getNotifierType

      public String getNotifierType()
    • setNotifierType

      public void setNotifierType(String notifierType)
    • getRabbitmqExchange

      public String getRabbitmqExchange()
    • setRabbitmqExchange

      public void setRabbitmqExchange(String rabbitmqExchange)
    • getRabbitmqConfig

      public RabbitmqConfig getRabbitmqConfig()
    • setRabbitmqConfig

      public void setRabbitmqConfig(RabbitmqConfig rabbitmqConfig)