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

cn.com.antcloud.api.riskplus.v1_0.response.QueryRobotcallStatisticinfoResponse Maven / Gradle / Ivy

Go to download

Ant Chain API SDK For Java Copyright (c) 2020-present antgroup.com, https://www.antgroup.com

There is a newer version: 2.3.1
Show newest version
//
//  Copyright (c) 2020-present antgroup.com, https://www.antgroup.com
//
//  Licensed under the Apache License, Version 2.0 (the "License");
//  you may not use this file except in compliance with the License.
//  You may obtain a copy of the License at
//
//  http://www.apache.org/licenses/LICENSE-2.0
//
//  Unless required by applicable law or agreed to in writing, software
//  distributed under the License is distributed on an "AS IS" BASIS,
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
//  See the License for the specific language governing permissions and
//  limitations under the License.
//
//
package cn.com.antcloud.api.riskplus.v1_0.response;

import cn.com.antcloud.api.product.AntCloudProdResponse;
import java.lang.Long;
import java.lang.String;

/**
 * 外呼任务统计查询接口 */
public class QueryRobotcallStatisticinfoResponse extends AntCloudProdResponse {
  private Long totalCount;

  private Long callCount;

  private Long calleeCount;

  private Long connectCount;

  private String callRate;

  private String connectRate;

  /**
   * 全量手机号数量 */
  public Long getTotalCount() {
    return this.totalCount;
  }

  /**
   * 全量手机号数量 */
  public void setTotalCount(Long totalCount) {
    this.totalCount = totalCount;
  }

  /**
   * 累计拨打次数 */
  public Long getCallCount() {
    return this.callCount;
  }

  /**
   * 累计拨打次数 */
  public void setCallCount(Long callCount) {
    this.callCount = callCount;
  }

  /**
   * 已经拨打的手机号数量 */
  public Long getCalleeCount() {
    return this.calleeCount;
  }

  /**
   * 已经拨打的手机号数量 */
  public void setCalleeCount(Long calleeCount) {
    this.calleeCount = calleeCount;
  }

  /**
   * 已拨打次数中接通的数量 */
  public Long getConnectCount() {
    return this.connectCount;
  }

  /**
   * 已拨打次数中接通的数量 */
  public void setConnectCount(Long connectCount) {
    this.connectCount = connectCount;
  }

  /**
   * 拨打率 */
  public String getCallRate() {
    return this.callRate;
  }

  /**
   * 拨打率 */
  public void setCallRate(String callRate) {
    this.callRate = callRate;
  }

  /**
   * 接通率 */
  public String getConnectRate() {
    return this.connectRate;
  }

  /**
   * 接通率 */
  public void setConnectRate(String connectRate) {
    this.connectRate = connectRate;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy