Class VoiceAuthError
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceAuthError
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VoiceAuthError.Builder
builder()
int
int
int
int
int
setAccountId
(int accountId) setAccountTitle
(String accountTitle) setContractId
(int contractId) setContractTitle
(String contractTitle) setDeviceId
(int deviceId) setDeviceTitle
(String deviceTitle) setErrorCode
(int errorCode) setErrorText
(String errorText) setLastErrorTime
(Date lastErrorTime) setLogCoordinateRecordId
(int logCoordinateRecordId)
-
Constructor Details
-
VoiceAuthError
public VoiceAuthError()
-
-
Method Details
-
getErrorCode
public int getErrorCode() -
setErrorCode
-
getErrorText
-
setErrorText
-
getDeviceId
public int getDeviceId() -
setDeviceId
-
getDeviceTitle
-
setDeviceTitle
-
getContractId
public int getContractId() -
setContractId
-
getContractTitle
-
setContractTitle
-
getLastErrorTime
-
setLastErrorTime
-
getLogCoordinateRecordId
public int getLogCoordinateRecordId() -
setLogCoordinateRecordId
-
getAccountId
public int getAccountId() -
setAccountId
-
getAccountTitle
-
setAccountTitle
-
builder
-