Interface AvatarFollowRouteNotifyOuterClass.AvatarFollowRouteNotifyOrBuilder

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

public static interface AvatarFollowRouteNotifyOuterClass.AvatarFollowRouteNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string client_params = 1;
    com.google.protobuf.ByteString
    string client_params = 1;
    int
    uint32 entity_id = 8;
    .Route route = 3;
    .Route route = 3;
    int
    uint32 start_scene_time_ms = 13;
    int
    uint32 template_id = 10;
    boolean
    .Route route = 3;

    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

    • getStartSceneTimeMs

      int getStartSceneTimeMs()
      uint32 start_scene_time_ms = 13;
      Returns:
      The startSceneTimeMs.
    • getClientParams

      String getClientParams()
      string client_params = 1;
      Returns:
      The clientParams.
    • getClientParamsBytes

      com.google.protobuf.ByteString getClientParamsBytes()
      string client_params = 1;
      Returns:
      The bytes for clientParams.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 8;
      Returns:
      The entityId.
    • getTemplateId

      int getTemplateId()
      uint32 template_id = 10;
      Returns:
      The templateId.
    • hasRoute

      boolean hasRoute()
      .Route route = 3;
      Returns:
      Whether the route field is set.
    • getRoute

      .Route route = 3;
      Returns:
      The route.
    • getRouteOrBuilder

      RouteOuterClass.RouteOrBuilder getRouteOrBuilder()
      .Route route = 3;