类 DialRecord

java.lang.Object
com.github.shuaidd.dto.tool.DialRecord

public class DialRecord extends Object
描述
作者:
ddshuai date 2019-04-11 13:37
  • 字段详细资料

    • callTime

      private Long callTime
    • totalDuration

      private Long totalDuration
    • callType

      private Integer callType
    • caller

      private Caller caller
    • callee

      private List<Callee> callee
  • 构造器详细资料

    • DialRecord

      public DialRecord()
  • 方法详细资料

    • getCallTime

      public Long getCallTime()
    • setCallTime

      public void setCallTime(Long callTime)
    • getTotalDuration

      public Long getTotalDuration()
    • setTotalDuration

      public void setTotalDuration(Long totalDuration)
    • getCallType

      public Integer getCallType()
    • setCallType

      public void setCallType(Integer callType)
    • getCaller

      public Caller getCaller()
    • setCaller

      public void setCaller(Caller caller)
    • getCallee

      public List<Callee> getCallee()
    • setCallee

      public void setCallee(List<Callee> callee)
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object