Package net.bjmsw.hda.vs.proto
Interface BuchmacherOuterClass.WetteOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BuchmacherOuterClass.Wette,BuchmacherOuterClass.Wette.Builder
- Enclosing class:
- BuchmacherOuterClass
public static interface BuchmacherOuterClass.WetteOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 buchmacherId = 3;longgetId()int64 id = 1;longint64 spielId = 2;doubledouble team0quote = 5;doubledouble team1quote = 6;doubledouble team2quote = 7;doubledouble wetteinsatz = 8;longint64 wetterId = 4;intint32 wetter_tipp = 9;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; -
getSpielId
long getSpielId()int64 spielId = 2; -
getBuchmacherId
long getBuchmacherId()int64 buchmacherId = 3; -
getWetterId
long getWetterId()int64 wetterId = 4; -
getTeam0Quote
double getTeam0Quote()double team0quote = 5; -
getTeam1Quote
double getTeam1Quote()double team1quote = 6; -
getTeam2Quote
double getTeam2Quote()double team2quote = 7; -
getWetteinsatz
double getWetteinsatz()double wetteinsatz = 8; -
getWetterTipp
int getWetterTipp()int32 wetter_tipp = 9;
-