类 ConfigChangeBatchListenResponse.ConfigContext

java.lang.Object
com.alibaba.nacos.api.config.remote.response.ConfigChangeBatchListenResponse.ConfigContext
封闭类:
ConfigChangeBatchListenResponse

public static class ConfigChangeBatchListenResponse.ConfigContext extends Object
  • 构造器详细资料

    • ConfigContext

      public ConfigContext()
  • 方法详细资料

    • getGroup

      public String getGroup()
      Getter method for property groupId.
      返回:
      property value of groupId
    • setGroup

      public void setGroup(String group)
      Setter method for property groupId.
      参数:
      group - value to be assigned to property groupId
    • getDataId

      public String getDataId()
      Getter method for property dataId.
      返回:
      property value of dataId
    • setDataId

      public void setDataId(String dataId)
      Setter method for property dataId.
      参数:
      dataId - value to be assigned to property dataId
    • getTenant

      public String getTenant()
      Getter method for property tenant.
      返回:
      property value of tenant
    • setTenant

      public void setTenant(String tenant)
      Setter method for property tenant.
      参数:
      tenant - value to be assigned to property tenant
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object