All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sportradar.mts.sdk.api.Ccf Maven / Gradle / Ivy

/*
 * Copyright (C) Sportradar AG. See LICENSE for full license governing this code
 */

package com.sportradar.mts.sdk.api;

import java.io.Serializable;
import java.util.List;

/**
 * Object containing CCF response data
 */
public interface Ccf extends Serializable {

    /**
     * Gets the customer confidence factor (factor multiplied by 10000)
     *
     * @return customer confidence factor
     */
    long getCcf();

    /**
     * Gets {@link SportCcf} values for sport and prematch/live (if set for customer)
     *
     * @return customer confidence factor per sport
     */
    List getSportCcfDetails();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy