All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Rsp.F, Rsp.F.Builder
Enclosing class:
Rsp

public static interface Rsp.FOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 q1 = 1;
    long
    uint64 q3 = 3;
    string q4 = 4;
    com.google.protobuf.ByteString
    string q4 = 4;
    long
    uint64 q5 = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getQ1

      long getQ1()
      uint64 q1 = 1;
      Returns:
      The q1.
    • getQ3

      long getQ3()
      uint64 q3 = 3;
      Returns:
      The q3.
    • getQ4

      String getQ4()
      string q4 = 4;
      Returns:
      The q4.
    • getQ4Bytes

      com.google.protobuf.ByteString getQ4Bytes()
      string q4 = 4;
      Returns:
      The bytes for q4.
    • getQ5

      long getQ5()
      uint64 q5 = 5;
      Returns:
      The q5.