类 FuzzyGroupKeyPattern.GroupKeyState

java.lang.Object
com.alibaba.nacos.common.utils.FuzzyGroupKeyPattern.GroupKeyState
封闭类:
FuzzyGroupKeyPattern

public static class FuzzyGroupKeyPattern.GroupKeyState extends Object
  • 构造器详细资料

    • GroupKeyState

      public GroupKeyState(String groupKey, boolean exist)
      Constructs a new ConfigState instance with the given group key and existence flag.
      参数:
      groupKey - The group key associated with the configuration.
      exist - true if the configuration exists, false otherwise.
  • 方法详细资料

    • getGroupKey

      public String getGroupKey()
      Retrieves the group key associated with the configuration.
      返回:
      The group key.
    • setGroupKey

      public void setGroupKey(String groupKey)
      Sets the group key associated with the configuration.
      参数:
      groupKey - The group key to set.
    • isExist

      public boolean isExist()
      Checks whether the configuration exists or not.
      返回:
      true if the configuration exists, false otherwise.
    • setExist

      public void setExist(boolean exist)
      Sets the existence flag of the configuration.
      参数:
      exist - true if the configuration exists, false otherwise.