类 ConfigBatchListenRequest


public class ConfigBatchListenRequest extends AbstractConfigRequest
request of listening a batch of configs.
版本:
$Id: ConfigBatchListenRequest.java, v 0.1 2020年07月27日 7:46 PM liuzunfei Exp $
作者:
liuzunfei
  • 构造器详细资料

    • ConfigBatchListenRequest

      public ConfigBatchListenRequest()
  • 方法详细资料

    • addConfigListenContext

      public void addConfigListenContext(String group, String dataId, String tenant, String md5)
      add listen config.
      参数:
      group - group.
      dataId - dataId.
      tenant - tenant.
      md5 - md5.
    • getConfigListenContexts

      public List<ConfigBatchListenRequest.ConfigListenContext> getConfigListenContexts()
      Getter method for property configListenContexts.
      返回:
      property value of configListenContexts
    • setConfigListenContexts

      public void setConfigListenContexts(List<ConfigBatchListenRequest.ConfigListenContext> configListenContexts)
      Setter method for property configListenContexts.
      参数:
      configListenContexts - value to be assigned to property configListenContexts
    • isListen

      public boolean isListen()
      Getter method for property listen.
      返回:
      property value of listen
    • setListen

      public void setListen(boolean listen)
      Setter method for property listen.
      参数:
      listen - value to be assigned to property listen