Package net.bjmsw.hda.vs.proto
Interface BuchmacherOuterClass.SpielOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuchmacherOuterClass.Spiel,BuchmacherOuterClass.Spiel.Builder
- Enclosing class:
BuchmacherOuterClass
public static interface BuchmacherOuterClass.SpielOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()int64 id = 1;doubledouble team0chance = 4;doubledouble team1chance = 5;string team1name = 2;com.google.protobuf.ByteStringstring team1name = 2;doubledouble team2chance = 6;string team2name = 3;com.google.protobuf.ByteStringstring team2name = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
long getId()int64 id = 1; -
getTeam1Name
String getTeam1Name()string team1name = 2; -
getTeam1NameBytes
com.google.protobuf.ByteString getTeam1NameBytes()string team1name = 2; -
getTeam2Name
String getTeam2Name()string team2name = 3; -
getTeam2NameBytes
com.google.protobuf.ByteString getTeam2NameBytes()string team2name = 3; -
getTeam0Chance
double getTeam0Chance()double team0chance = 4; -
getTeam1Chance
double getTeam1Chance()double team1chance = 5; -
getTeam2Chance
double getTeam2Chance()double team2chance = 6;
-