Package com.mypurecloud.sdk.v2.model
Class QueueConversationEventTopicFaxStatus
java.lang.Object
com.mypurecloud.sdk.v2.model.QueueConversationEventTopicFaxStatus
- All Implemented Interfaces:
Serializable
Extra information on fax transmission.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivePage(Long activePage) Active page of the transmission.Current signaling rate of transmission, baud rate.bytesTransmitted(Long bytesTransmitted) Number of bytes that have competed transmission.The fax direction, either \"send\" or \"receive\".booleanexpectedPages(Long expectedPages) Total number of expected pages, if known.inthashCode()lineErrors(Long lineErrors) Number of line errors.linesTransmitted(Long linesTransmitted) Number of lines that have completed transmission.pageErrors(Long pageErrors) Number of page errors.voidsetActivePage(Long activePage) voidsetBaudRate(Long baudRate) voidsetBytesTransmitted(Long bytesTransmitted) voidsetDirection(String direction) voidsetExpectedPages(Long expectedPages) voidsetLineErrors(Long lineErrors) voidsetLinesTransmitted(Long linesTransmitted) voidsetPageErrors(Long pageErrors) toString()
-
Constructor Details
-
QueueConversationEventTopicFaxStatus
public QueueConversationEventTopicFaxStatus() -
QueueConversationEventTopicFaxStatus
-
-
Method Details
-
direction
The fax direction, either \"send\" or \"receive\". -
getDirection
-
setDirection
-
expectedPages
Total number of expected pages, if known. -
getExpectedPages
-
setExpectedPages
-
activePage
Active page of the transmission. -
getActivePage
-
setActivePage
-
linesTransmitted
Number of lines that have completed transmission. -
getLinesTransmitted
-
setLinesTransmitted
-
bytesTransmitted
Number of bytes that have competed transmission. -
getBytesTransmitted
-
setBytesTransmitted
-
baudRate
Current signaling rate of transmission, baud rate. -
getBaudRate
-
setBaudRate
-
pageErrors
Number of page errors. -
getPageErrors
-
setPageErrors
-
lineErrors
Number of line errors. -
getLineErrors
-
setLineErrors
-
equals
-
hashCode
public int hashCode() -
toString
-