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 VoiceError setPhoneFrom(String phoneFrom)
    • getPhoneTo

      public String getPhoneTo()
    • setPhoneTo

      public VoiceError 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 VoiceError setAccountTitle(String accountTitle)
    • getAccountId

      public int getAccountId()
    • setAccountId

      public VoiceError setAccountId(int accountId)
    • getHour

      public Date getHour()
    • setHour

      public VoiceError setHour(Date hour)
    • getCode

      public int getCode()
    • setCode

      public VoiceError setCode(int code)
    • getSessionStart

      public Date getSessionStart()
    • setSessionStart

      public VoiceError setSessionStart(Date sessionStart)
    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public VoiceError setDeviceId(int deviceId)
    • getFromPort

      public String getFromPort()
    • setFromPort

      public VoiceError setFromPort(String fromPort)
    • getToPort

      public String getToPort()
    • setToPort

      public VoiceError setToPort(String toPort)
    • getDuration

      public long getDuration()
    • setDuration

      public VoiceError setDuration(long duration)
    • toString

      public String toString()
      Overrides:
      toString in class Id