类 ConfigFuzzyWatchSyncRequest.Context

java.lang.Object
com.alibaba.nacos.api.config.remote.request.ConfigFuzzyWatchSyncRequest.Context
封闭类:
ConfigFuzzyWatchSyncRequest

public static class ConfigFuzzyWatchSyncRequest.Context extends Object
Represents context information about a configuration.
  • 构造器详细资料

    • Context

      public Context()
      Constructs an empty Context object.
  • 方法详细资料

    • build

      public static ConfigFuzzyWatchSyncRequest.Context build(String groupKey, String changedType)
      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

      public String getGroupKey()
    • setGroupKey

      public void setGroupKey(String groupKey)
    • getChangedType

      public String getChangedType()
    • setChangedType

      public void setChangedType(String changedType)