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 = 12;
    com.google.protobuf.ByteString
    string client_params = 12;
    int
    uint32 entity_id = 4;
    .Route route = 5;
    .Route route = 5;
    int
    uint32 start_scene_time_ms = 3;
    int
    uint32 template_id = 7;
    boolean
    .Route route = 5;

    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

    • getClientParams

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

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

      int getStartSceneTimeMs()
      uint32 start_scene_time_ms = 3;
      Returns:
      The startSceneTimeMs.
    • getTemplateId

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

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

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

      RouteOuterClass.RouteOrBuilder getRouteOrBuilder()
      .Route route = 5;
    • getEntityId

      int getEntityId()
      uint32 entity_id = 4;
      Returns:
      The entityId.