Interface PSPlayerApplyEnterMpRspOuterClass.PSPlayerApplyEnterMpRspOrBuilder

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

public static interface PSPlayerApplyEnterMpRspOuterClass.PSPlayerApplyEnterMpRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 param = 3;
    int
    int32 retcode = 8;
    string target_psn_id = 1;
    com.google.protobuf.ByteString
    string target_psn_id = 1;

    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

    • getTargetPsnId

      String getTargetPsnId()
      string target_psn_id = 1;
      Returns:
      The targetPsnId.
    • getTargetPsnIdBytes

      com.google.protobuf.ByteString getTargetPsnIdBytes()
      string target_psn_id = 1;
      Returns:
      The bytes for targetPsnId.
    • getRetcode

      int getRetcode()
      int32 retcode = 8;
      Returns:
      The retcode.
    • getParam

      int getParam()
      uint32 param = 3;
      Returns:
      The param.