类 ConfigQueryRequest
java.lang.Object
com.alibaba.nacos.api.remote.request.Request
com.alibaba.nacos.api.config.remote.request.AbstractConfigRequest
com.alibaba.nacos.api.config.remote.request.ConfigQueryRequest
- 所有已实现的接口:
Payload
request to query config content.
- 版本:
- $Id: ConfigQueryRequest.java, v 0.1 2020年07月13日 9:06 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
构造器概要
构造器 -
方法概要
从类继承的方法 com.alibaba.nacos.api.config.remote.request.AbstractConfigRequest
getDataId, getGroup, getModule, getTenant, setDataId, setGroup, setTenant从类继承的方法 com.alibaba.nacos.api.remote.request.Request
clearHeaders, getHeader, getHeader, getHeaders, getRequestId, putAllHeader, putHeader, setRequestId, toString
-
构造器详细资料
-
ConfigQueryRequest
public ConfigQueryRequest()
-
-
方法详细资料
-
build
request builder.- 参数:
dataId- dataIdgroup- grouptenant- tenant- 返回:
- ConfigQueryRequest instance.
-
getTag
Getter method for property tag.- 返回:
- property value of tag
-
setTag
Setter method for property tag.- 参数:
tag- value to be assigned to property tag
-
isNotify
public boolean isNotify()
-