类 ConfigQueryRequest

所有已实现的接口:
Payload

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.
    • 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()