Interface Pg_ballcollectingIntegrator<T>


public interface Pg_ballcollectingIntegrator<T>
  • Method Details

    • process

      T process(String operation, String operation_type, Integer time, String player_before, String player_type, String team, String pokestop_before, String pokestop_type, String player_after, String pokestop_after)
      No @documentation
      Parameters:
      operation - : The operation identifier (expected type: xsd:string)
      operation_type - : The operation type (expected type: xsd:string)
      time - : The value of the time of the operation (expected type: xsd:int)
      player_before - : The player before (expected type: xsd:string)
      player_type - : The player type (expected type: xsd:string)
      team - : The player team (expected type: xsd:string)
      pokestop_before - : The pokestop before (expected type: xsd:string)
      pokestop_type - : The pokestop type (expected type: xsd:string)
      player_after - : The player after (expected type: xsd:string)
      pokestop_after - : The pokestop after (expected type: xsd:string)
      Returns:
      not specified