Package 

Class CloudXArbiterPrecision


  • 
    public abstract class CloudXArbiterPrecision
    
                        

    Revenue precision reported by a mediation platform for an arbiter bid.

    Intentionally not an enum so future precision tokens can be added without making the public API look like a closed set. Constants cover common mediator precision tokens, upper-cased to match CloudXArbiterPlatform naming. of normalizes any input to upper case so a mediator's raw token (e.g. "estimated") maps to the matching constant.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Method Summary

      Modifier and Type Method Description
      abstract String getName() Stable precision token sent to CloudX services.
      final Boolean equals(Object other)
      final Integer hashCode()
      final String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait