Class RabbitmqConfig

java.lang.Object
org.duracloud.account.db.model.RabbitmqConfig

@Entity public class RabbitmqConfig extends Object
A class of RabbitMQ configuration parameters.
Author:
Andy Foster Date: 2021/05/06
  • Field Details

    • id

      protected Long id
  • Constructor Details

    • RabbitmqConfig

      public RabbitmqConfig()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)
    • getPort

      public Integer getPort()
    • setPort

      public void setPort(Integer port)
    • getVhost

      public String getVhost()
    • setVhost

      public void setVhost(String vhost)
    • getUsername

      public String getUsername()
    • setUsername

      public void setUsername(String username)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)