Interface TeamStanding.StreakOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
TeamStanding.Streak,TeamStanding.Streak.Builder
- Enclosing class:
- TeamStanding
public static interface TeamStanding.StreakOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKind()string kind = 1 [json_name = "kind"];com.google.protobuf.ByteStringgetKindBytes()string kind = 1 [json_name = "kind"];intgetLength()int32 length = 2 [json_name = "length"];
-
-
-
Method Detail
-
getKind
java.lang.String getKind()
string kind = 1 [json_name = "kind"];- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
string kind = 1 [json_name = "kind"];- Returns:
- The bytes for kind.
-
getLength
int getLength()
int32 length = 2 [json_name = "length"];- Returns:
- The length.
-
-