Interface AddRandTaskInfoNotifyOuterClass.AddRandTaskInfoNotifyOrBuilder

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

public static interface AddRandTaskInfoNotifyOuterClass.AddRandTaskInfoNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .Vector pos = 2;
    .Vector pos = 2;
    int
    uint32 rand_task_id = 7;
    boolean
    .Vector pos = 2;

    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

    • getRandTaskId

      int getRandTaskId()
      uint32 rand_task_id = 7;
      Returns:
      The randTaskId.
    • hasPos

      boolean hasPos()
      .Vector pos = 2;
      Returns:
      Whether the pos field is set.
    • getPos

      .Vector pos = 2;
      Returns:
      The pos.
    • getPosOrBuilder

      .Vector pos = 2;