类 NamingFuzzyWatchSyncRequest.Context

java.lang.Object
com.alibaba.nacos.api.naming.remote.request.NamingFuzzyWatchSyncRequest.Context
封闭类:
NamingFuzzyWatchSyncRequest

public static class NamingFuzzyWatchSyncRequest.Context extends Object
fuzzy watch sync context.
  • 构造器详细资料

    • Context

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

    • build

      public static NamingFuzzyWatchSyncRequest.Context build(String serviceKey, String changedType)
      Builds a new context object with the provided parameters.
      参数:
      serviceKey - The groupKey associated of the configuration.
      changedType - The type of the configuration change event.
      返回:
      A new context object initialized with the provided parameters.
    • getServiceKey

      public String getServiceKey()
    • setServiceKey

      public void setServiceKey(String serviceKey)
    • getChangedType

      public String getChangedType()
    • setChangedType

      public void setChangedType(String changedType)