类 ConfigChangeBatchListenResponse
java.lang.Object
com.alibaba.nacos.api.remote.response.Response
com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse
ConfigChangeBatchListenResponse.
- 版本:
- $Id: ConfigChangeBatchListenResponse.java, v 0.1 2020年07月14日 3:07 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddChangeConfig(String dataId, String group, String tenant)add changed config.buildFailResponse(String errorMessage)build fail response.Getter method for property changedConfigs.voidsetChangedConfigs(List<ConfigChangeBatchListenResponse.ConfigContext> changedConfigs)Setter method for property changedConfigs.从类继承的方法 com.alibaba.nacos.api.remote.response.Response
getErrorCode, getMessage, getRequestId, getResultCode, isSuccess, setErrorCode, setErrorInfo, setMessage, setRequestId, setResultCode, toString
-
构造器详细资料
-
ConfigChangeBatchListenResponse
public ConfigChangeBatchListenResponse()
-
-
方法详细资料
-
addChangeConfig
add changed config.- 参数:
dataId- dataId.group- group.tenant- tenant.
-
getChangedConfigs
Getter method for property changedConfigs.- 返回:
- property value of changedConfigs
-
setChangedConfigs
Setter method for property changedConfigs.- 参数:
changedConfigs- value to be assigned to property changedConfigs
-
buildFailResponse
build fail response.- 参数:
errorMessage- errorMessage.- 返回:
- response.
-