Interface TryEnterHomeRspOuterClass.TryEnterHomeRspOrBuilder

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

public static interface TryEnterHomeRspOuterClass.TryEnterHomeRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getParamList(int index)
    repeated uint32 param_list = 5;
    int
    repeated uint32 param_list = 5;
    repeated uint32 param_list = 5;
    int
    int32 retcode = 6;
    int
    uint32 target_uid = 4;

    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

    • getRetcode

      int getRetcode()
      int32 retcode = 6;
      Returns:
      The retcode.
    • getTargetUid

      int getTargetUid()
      uint32 target_uid = 4;
      Returns:
      The targetUid.
    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 5;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 5;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.