Interface GroupLinkBundleOuterClass.GroupLinkBundleOrBuilder

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

public static interface GroupLinkBundleOuterClass.GroupLinkBundleOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 bundle_id = 1;
    .Vector center = 12;
    .Vector center = 12;
    boolean
    bool is_activated = 10;
    boolean
    bool is_show_mark = 11;
    int
    uint32 radius = 4;
    int
    uint32 scene_id = 2;
    boolean
    .Vector center = 12;

    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

    • getBundleId

      int getBundleId()
      uint32 bundle_id = 1;
      Returns:
      The bundleId.
    • hasCenter

      boolean hasCenter()
      .Vector center = 12;
      Returns:
      Whether the center field is set.
    • getCenter

      .Vector center = 12;
      Returns:
      The center.
    • getCenterOrBuilder

      VectorOuterClass.VectorOrBuilder getCenterOrBuilder()
      .Vector center = 12;
    • getIsShowMark

      boolean getIsShowMark()
      bool is_show_mark = 11;
      Returns:
      The isShowMark.
    • getSceneId

      int getSceneId()
      uint32 scene_id = 2;
      Returns:
      The sceneId.
    • getIsActivated

      boolean getIsActivated()
      bool is_activated = 10;
      Returns:
      The isActivated.
    • getRadius

      int getRadius()
      uint32 radius = 4;
      Returns:
      The radius.