Interface GetSceneAreaReqOuterClass.GetSceneAreaReqOrBuilder

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

public static interface GetSceneAreaReqOuterClass.GetSceneAreaReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 belong_uid = 4;
    int
    uint32 scene_id = 8;

    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

    • getSceneId

      int getSceneId()
      uint32 scene_id = 8;
      Returns:
      The sceneId.
    • getBelongUid

      int getBelongUid()
      uint32 belong_uid = 4;
      Returns:
      The belongUid.