Interface Motion.CollisionSpecification.AllowedFrameCollisionsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Motion.CollisionSpecification.AllowedFrameCollisions, Motion.CollisionSpecification.AllowedFrameCollisions.Builder
Enclosing class:
Motion.CollisionSpecification

public static interface Motion.CollisionSpecification.AllowedFrameCollisionsOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string frame1 = 1 [json_name = "frame1"];
    com.google.protobuf.ByteString
    string frame1 = 1 [json_name = "frame1"];
    string frame2 = 2 [json_name = "frame2"];
    com.google.protobuf.ByteString
    string frame2 = 2 [json_name = "frame2"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getFrame1

      String getFrame1()
      string frame1 = 1 [json_name = "frame1"];
      Returns:
      The frame1.
    • getFrame1Bytes

      com.google.protobuf.ByteString getFrame1Bytes()
      string frame1 = 1 [json_name = "frame1"];
      Returns:
      The bytes for frame1.
    • getFrame2

      String getFrame2()
      string frame2 = 2 [json_name = "frame2"];
      Returns:
      The frame2.
    • getFrame2Bytes

      com.google.protobuf.ByteString getFrame2Bytes()
      string frame2 = 2 [json_name = "frame2"];
      Returns:
      The bytes for frame2.