类 ConfigFuzzyWatchSyncRequest.Context
java.lang.Object
com.alibaba.nacos.api.config.remote.request.ConfigFuzzyWatchSyncRequest.Context
Represents context information about a configuration.
-
字段概要
字段修饰符和类型字段说明private StringseeADD_CONFIG无效输入:'&'ADD_CONFIG: a new config should be added for clientside .(专用程序包) String -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Builds a new context object with the provided parameters.voidsetChangedType(String changedType) voidsetGroupKey(String groupKey)
-
字段详细资料
-
groupKey
String groupKey -
changedType
seeADD_CONFIG无效输入:'&'ADD_CONFIG: a new config should be added for clientside . DELETE_CONFIG: a config should be removed for clientside .
-
-
构造器详细资料
-
Context
public Context()Constructs an empty Context object.
-
-
方法详细资料
-
build
Builds a new context object with the provided parameters.- 参数:
groupKey- The groupKey associated of the configuration.changedType- The type of the configuration change event.- 返回:
- A new context object initialized with the provided parameters.
-
getGroupKey
-
setGroupKey
-
getChangedType
-
setChangedType
-