类 ConfigChangeBatchListenResponse

java.lang.Object
com.alibaba.nacos.api.remote.response.Response
com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse

public class ConfigChangeBatchListenResponse extends Response
ConfigChangeBatchListenResponse.
版本:
$Id: ConfigChangeBatchListenResponse.java, v 0.1 2020年07月14日 3:07 PM liuzunfei Exp $
作者:
liuzunfei
  • 构造器详细资料

    • ConfigChangeBatchListenResponse

      public ConfigChangeBatchListenResponse()
  • 方法详细资料

    • addChangeConfig

      public void addChangeConfig(String dataId, String group, String tenant)
      add changed config.
      参数:
      dataId - dataId.
      group - group.
      tenant - tenant.
    • getChangedConfigs

      Getter method for property changedConfigs.
      返回:
      property value of changedConfigs
    • setChangedConfigs

      public void setChangedConfigs(List<ConfigChangeBatchListenResponse.ConfigContext> changedConfigs)
      Setter method for property changedConfigs.
      参数:
      changedConfigs - value to be assigned to property changedConfigs
    • buildFailResponse

      public static ConfigChangeBatchListenResponse buildFailResponse(String errorMessage)
      build fail response.
      参数:
      errorMessage - errorMessage.
      返回:
      response.