类 GrpcUtils.PlainRequest

java.lang.Object
com.alibaba.nacos.common.remote.client.grpc.GrpcUtils.PlainRequest
封闭类:
GrpcUtils

public static class GrpcUtils.PlainRequest extends Object
  • 构造器详细资料

    • PlainRequest

      public PlainRequest()
  • 方法详细资料

    • getType

      public String getType()
      Getter method for property type.
      返回:
      property value of type
    • setType

      public void setType(String type)
      Setter method for property type.
      参数:
      type - value to be assigned to property type
    • getBody

      public Object getBody()
      Getter method for property body.
      返回:
      property value of body
    • setBody

      public void setBody(Object body)
      Setter method for property body.
      参数:
      body - value to be assigned to property body