Interface BuchmacherOuterClass.WetteAnbietenRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuchmacherOuterClass.WetteAnbietenRequest, BuchmacherOuterClass.WetteAnbietenRequest.Builder
Enclosing class:
BuchmacherOuterClass

public static interface BuchmacherOuterClass.WetteAnbietenRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    int64 spielId = 2;
    double
    double team0quote = 3;
    double
    double team1quote = 4;
    double
    double team2quote = 5;
    string token = 1;
    com.google.protobuf.ByteString
    string token = 1;

    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

    • getToken

      String getToken()
      string token = 1;
    • getTokenBytes

      com.google.protobuf.ByteString getTokenBytes()
      string token = 1;
    • getSpielId

      long getSpielId()
      int64 spielId = 2;
    • getTeam0Quote

      double getTeam0Quote()
      double team0quote = 3;
    • getTeam1Quote

      double getTeam1Quote()
      double team1quote = 4;
    • getTeam2Quote

      double getTeam2Quote()
      double team2quote = 5;