Package com.streamlayer.sports.common
Interface PlayerAttributes.WeightOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayerAttributes.Weight,PlayerAttributes.Weight.Builder
- Enclosing class:
- PlayerAttributes
public static interface PlayerAttributes.WeightOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetKilograms()int32 kilograms = 1 [json_name = "kilograms"];intgetPounds()int32 pounds = 2 [json_name = "pounds"];
-