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
Nested Classes - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic VoiceAuthError.Builderbuilder()intintintintintsetAccountId(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
 
 -