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 Type
    Method
    Description
    long
    int64 buchmacherId = 3;
    long
    int64 id = 1;
    long
    int64 spielId = 2;
    double
    double team0quote = 5;
    double
    double team1quote = 6;
    double
    double team2quote = 7;
    double
    double wetteinsatz = 8;
    long
    int64 wetterId = 4;
    int
    int32 wetter_tipp = 9;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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;