Class VoiceError
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.bgbilling.modules.voice.common.bean.VoiceError
- All Implemented Interfaces:
Serializable
,Idable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
getCode()
int
long
getHour()
setAccountId
(int accountId) setAccountTitle
(String accountTitle) setCode
(int code) void
setContractTitle
(String contractTitle) setDeviceId
(int deviceId) setDuration
(long duration) void
setErrorText
(String errorText) setFromPort
(String fromPort) setPhoneFrom
(String phoneFrom) setPhoneTo
(String phoneTo) setSessionStart
(Date sessionStart) toString()
-
Constructor Details
-
VoiceError
public VoiceError()
-
-
Method Details
-
getPhoneFrom
-
setPhoneFrom
-
getPhoneTo
-
setPhoneTo
-
getErrorText
-
setErrorText
-
getContractTitle
-
setContractTitle
-
getAccountTitle
-
setAccountTitle
-
getAccountId
public int getAccountId() -
setAccountId
-
getHour
-
setHour
-
getCode
public int getCode() -
setCode
-
getSessionStart
-
setSessionStart
-
getDeviceId
public int getDeviceId() -
setDeviceId
-
getFromPort
-
setFromPort
-
getToPort
-
setToPort
-
getDuration
public long getDuration() -
setDuration
-
toString
-