类 ConfigQueryRequest


public class ConfigQueryRequest extends AbstractConfigRequest
request to query config content.
版本:
$Id: ConfigQueryRequest.java, v 0.1 2020年07月13日 9:06 PM liuzunfei Exp $
作者:
liuzunfei
  • 构造器详细资料

    • ConfigQueryRequest

      public ConfigQueryRequest()
  • 方法详细资料

    • build

      public static ConfigQueryRequest build(String dataId, String group, String tenant)
      request builder.
      参数:
      dataId - dataId
      group - group
      tenant - tenant
      返回:
      ConfigQueryRequest instance.
    • 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
    • getGroup

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

      public void setGroup(String group)
      Setter method for property group.
      参数:
      group - value to be assigned to property group
    • 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
    • getTag

      public String getTag()
      Getter method for property tag.
      返回:
      property value of tag
    • setTag

      public void setTag(String tag)
      Setter method for property tag.
      参数:
      tag - value to be assigned to property tag
    • isNotify

      public boolean isNotify()