类 RequestMeta
java.lang.Object
com.alibaba.nacos.api.remote.request.RequestMeta
RequestMeta info.
- 版本:
- $Id: RequestMeta.java, v 0.1 2020年07月14日 10:32 AM liuzunfei Exp $
- 作者:
- liuzunfei
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明get labels map with filter of starting with prefix #Constants.APP_CONN_PREFIXand return a new map trim the prefix #Constants.APP_CONN_PREFIX.Getter method for property clientIp.Getter method for property clientVersion.getConnectionAbility(AbilityKey abilityKey) Getter method for property connectionId.Getter method for property labels.voidsetAbilityTable(Map<String, Boolean> abilityTable) Setter method for property abilityTable.voidsetClientIp(String clientIp) Setter method for property clientIp.voidsetClientVersion(String clientVersion) Setter method for property clientVersion.voidsetConnectionId(String connectionId) Setter method for property connectionId.voidSetter method for property labels.toString()
-
构造器详细资料
-
RequestMeta
public RequestMeta()
-
-
方法详细资料
-
getConnectionAbility
-
setAbilityTable
Setter method for property abilityTable.- 参数:
abilityTable- property value of clientVersion
-
getClientVersion
Getter method for property clientVersion.- 返回:
- property value of clientVersion
-
setClientVersion
Setter method for property clientVersion.- 参数:
clientVersion- value to be assigned to property clientVersion
-
getLabels
Getter method for property labels.- 返回:
- property value of labels
-
setLabels
Setter method for property labels.- 参数:
labels- value to be assigned to property labels
-
getAppLabels
get labels map with filter of starting with prefix #Constants.APP_CONN_PREFIXand return a new map trim the prefix #Constants.APP_CONN_PREFIX.- 返回:
- map of labels.
-
getConnectionId
Getter method for property connectionId.- 返回:
- property value of connectionId
-
setConnectionId
Setter method for property connectionId.- 参数:
connectionId- value to be assigned to property connectionId
-
getClientIp
Getter method for property clientIp.- 返回:
- property value of clientIp
-
setClientIp
Setter method for property clientIp.- 参数:
clientIp- value to be assigned to property clientIp
-
toString
-