Class VoiceAuthError

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

public class VoiceAuthError extends Id
See Also:
  • Constructor Details

    • VoiceAuthError

      public VoiceAuthError()
  • Method Details

    • getErrorCode

      public int getErrorCode()
    • setErrorCode

      public void setErrorCode(int errorCode)
    • getErrorText

      public String getErrorText()
    • setErrorText

      public void setErrorText(String errorText)
    • getDeviceId

      public int getDeviceId()
    • setDeviceId

      public void setDeviceId(int deviceId)
    • getDeviceTitle

      public String getDeviceTitle()
    • setDeviceTitle

      public void setDeviceTitle(String deviceTitle)
    • getContractId

      public int getContractId()
    • setContractId

      public void setContractId(int contractId)
    • getContractTitle

      public String getContractTitle()
    • setContractTitle

      public void setContractTitle(String contractTitle)
    • getLastErrorTime

      public Date getLastErrorTime()
    • setLastErrorTime

      public void setLastErrorTime(Date lastErrorTime)
    • getLogCoordinateRecordId

      public int getLogCoordinateRecordId()
    • setLogCoordinateRecordId

      public void setLogCoordinateRecordId(int logCoordinateRecordId)
    • getAccountId

      public int getAccountId()
    • setAccountId

      public void setAccountId(int accountId)
    • getAccountTitle

      public String getAccountTitle()
    • setAccountTitle

      public void setAccountTitle(String accountTitle)