类 GrpcUtils.PlainRequest
- java.lang.Object
-
- com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
-
- 封闭类:
- GrpcUtils
public static class GrpcUtils.PlainRequest extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 PlainRequest()
-
-
-
方法详细资料
-
getType
public java.lang.String getType()
Getter method for property type.- 返回:
- property value of type
-
setType
public void setType(java.lang.String type)
Setter method for property type.- 参数:
type- value to be assigned to property type
-
getBody
public java.lang.Object getBody()
Getter method for property body.- 返回:
- property value of body
-
setBody
public void setBody(java.lang.Object body)
Setter method for property body.- 参数:
body- value to be assigned to property body
-
-