类 ConfigChangeClusterSyncRequest
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.cluster.ConfigChangeClusterSyncRequest
- 所有已实现的接口:
Payload
config change sync request on clusters.
- 版本:
- $Id: ConfigChangeClusterSyncRequest.java, v 0.1 2020年08月11日 4:30 PM liuzunfei Exp $
- 作者:
- liuzunfei
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longGetter method for property lastModified.getTag()Getter method for property tag.booleanisBeta()voidsetBeta(boolean beta) voidsetGrayName(String grayName) voidsetLastModified(long lastModified) Setter method for property lastModified.voidSetter method for property tag.从类继承的方法 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
-
构造器详细资料
-
ConfigChangeClusterSyncRequest
public ConfigChangeClusterSyncRequest()
-
-
方法详细资料
-
isBeta
public boolean isBeta() -
setBeta
public void setBeta(boolean beta) -
getTag
Getter method for property tag.- 返回:
- property value of tag
-
setTag
Setter method for property tag.- 参数:
tag- value to be assigned to property tag
-
getGrayName
-
setGrayName
-
getLastModified
public long getLastModified()Getter method for property lastModified.- 返回:
- property value of lastModified
-
setLastModified
public void setLastModified(long lastModified) Setter method for property lastModified.- 参数:
lastModified- value to be assigned to property lastModified
-