Interface GmTalkRspOuterClass.GmTalkRspOrBuilder

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

public static interface GmTalkRspOuterClass.GmTalkRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string msg = 9;
    com.google.protobuf.ByteString
    string msg = 9;
    int
    int32 retcode = 4;
    string retmsg = 11;
    com.google.protobuf.ByteString
    string retmsg = 11;

    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

    • getRetmsg

      String getRetmsg()
      string retmsg = 11;
      Returns:
      The retmsg.
    • getRetmsgBytes

      com.google.protobuf.ByteString getRetmsgBytes()
      string retmsg = 11;
      Returns:
      The bytes for retmsg.
    • getRetcode

      int getRetcode()
      int32 retcode = 4;
      Returns:
      The retcode.
    • getMsg

      String getMsg()
      string msg = 9;
      Returns:
      The msg.
    • getMsgBytes

      com.google.protobuf.ByteString getMsgBytes()
      string msg = 9;
      Returns:
      The bytes for msg.