类 GrpcUtils.PlainRequest

  • 封闭类:
    GrpcUtils

    public static class GrpcUtils.PlainRequest
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      (专用程序包) java.lang.Object body  
      (专用程序包) java.lang.String type  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      java.lang.Object getBody()
      Getter method for property body.
      java.lang.String getType()
      Getter method for property type.
      void setBody​(java.lang.Object body)
      Setter method for property body.
      void setType​(java.lang.String type)
      Setter method for property type.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • type

        java.lang.String type
      • body

        java.lang.Object body
    • 构造器详细资料

      • PlainRequest

        public 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