类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Getter method for property clientIp.Getter method for property clientVersion.Getter method for property connectionId.Getter method for property labels.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()
-
-
方法详细资料
-
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
-
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
-