Package com.viam.common.v1
Interface Common.CapsuleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Common.Capsule,Common.Capsule.Builder
- Enclosing class:
- Common
public static interface Common.CapsuleOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiondoubledouble length_mm = 2 [json_name = "lengthMm"];doubledouble radius_mm = 1 [json_name = "radiusMm"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRadiusMm
double getRadiusMm()double radius_mm = 1 [json_name = "radiusMm"];- Returns:
- The radiusMm.
-
getLengthMm
double getLengthMm()double length_mm = 2 [json_name = "lengthMm"];- Returns:
- The lengthMm.
-