类 ConfigPublishRequest
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.ConfigPublishRequest
request to publish a config.
- 版本:
- $Id: ConfigPublishRequest.java, v 0.1 2020年07月16日 4:30 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Getter method for property casMd5.getAdditionParam(String key)get additional param.Getter method for property casMd5.Getter method for property content.Getter method for property dataId.getGroup()Getter method for property group.Getter method for property tenant.voidputAdditionalParam(String key, String value)put additional param value. will override if exist.voidsetAdditionMap(Map<String,String> additionMap)Setter method for property additionMap.voidSetter method for property casMd5.voidsetContent(String content)Setter method for property content.voidSetter method for property dataId.voidSetter method for property group.voidSetter method for property tenant.从类继承的方法 com.alibaba.nacos.api.config.remote.request.AbstractConfigRequest
getModule从类继承的方法 com.alibaba.nacos.api.remote.request.Request
clearHeaders, getHeader, getHeader, getHeaders, getRequestId, putAllHeader, putHeader, setRequestId, toString
-
构造器详细资料
-
ConfigPublishRequest
public ConfigPublishRequest() -
ConfigPublishRequest
-
-
方法详细资料
-
getAdditionParam
get additional param.- 参数:
key- key of param.- 返回:
- value of param ,return null if not exist.
-
putAdditionalParam
put additional param value. will override if exist.- 参数:
key- key of param.value- value of param.
-
getDataId
Getter method for property dataId.- 返回:
- property value of dataId
-
setDataId
Setter method for property dataId.- 参数:
dataId- value to be assigned to property dataId
-
getGroup
Getter method for property group.- 返回:
- property value of group
-
setGroup
Setter method for property group.- 参数:
group- value to be assigned to property group
-
getContent
Getter method for property content.- 返回:
- property value of content
-
setContent
Setter method for property content.- 参数:
content- value to be assigned to property content
-
getCasMd5
Getter method for property casMd5.- 返回:
- property value of casMd5
-
setCasMd5
Setter method for property casMd5.- 参数:
casMd5- value to be assigned to property content
-
getAdditionMap
Getter method for property casMd5.- 返回:
- property value of casMd5
-
setAdditionMap
Setter method for property additionMap.- 参数:
additionMap- value to be assigned to property additionMap
-
getTenant
Getter method for property tenant.- 返回:
- property value of tenant
-
setTenant
Setter method for property tenant.- 参数:
tenant- value to be assigned to property tenant
-