java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceError
All Implemented Interfaces:
Serializable, Idable

public class VoiceError extends Id
See Also:
  • Constructor Details

    • VoiceError

      public VoiceError()
  • Method Details

    • getPhoneFrom

      public String getPhoneFrom()
    • setPhoneFrom

      public void setPhoneFrom(String phoneFrom)
    • getPhoneTo

      public String getPhoneTo()
    • setPhoneTo

      public void setPhoneTo(String phoneTo)
    • getErrorText

      public String getErrorText()
    • setErrorText

      public void setErrorText(String errorText)
    • getContractTitle

      public String getContractTitle()
    • setContractTitle

      public void setContractTitle(String contractTitle)
    • getAccountTitle

      public String getAccountTitle()
    • setAccountTitle

      public void setAccountTitle(String accountTitle)
    • getAccountId

      public int getAccountId()
    • setAccountId

      public void setAccountId(int accountId)
    • getHour

      public Date getHour()
    • setHour

      public void setHour(Date hour)
    • getCode

      public int getCode()
    • setCode

      public void setCode(int code)
    • getSessionStart

      public Date getSessionStart()
    • setSessionStart

      public void setSessionStart(Date sessionStart)
    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public void setDeviceId(int deviceId)
    • getFromPort

      public String getFromPort()
    • setFromPort

      public void setFromPort(String fromPort)
    • getToPort

      public String getToPort()
    • setToPort

      public void setToPort(String toPort)
    • getDuration

      public long getDuration()
    • setDuration

      public void setDuration(long duration)