-
- All Implemented Interfaces:
public final class IppEventNotification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIppEventNotification.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegersequenceNumberprivate final IntegersubscriptionIdprivate final StringsubscribedEventprivate final IppStringtextprivate final IntegerjobIdprivate final IppJobStatejobStateprivate final List<String>jobStateReasonsprivate final IntegerjobImpressionsCompletedprivate final IppStringprinterNameprivate final IppPrinterStateprinterStateprivate final List<String>printerStateReasonsprivate final BooleanprinterIsAcceptingJobsprivate final IppSubscriptionsubscriptionprivate final IppAttributesGroupattributes
-
Constructor Summary
Constructors Constructor Description IppEventNotification(IppSubscription subscription, IppAttributesGroup attributes)
-
Method Summary
Modifier and Type Method Description final IntegergetSequenceNumber()final IntegergetSubscriptionId()final StringgetSubscribedEvent()final IppStringgetText()final IntegergetJobId()final IppJobStategetJobState()final List<String>getJobStateReasons()final IntegergetJobImpressionsCompleted()final IppStringgetPrinterName()final IppPrinterStategetPrinterState()final List<String>getPrinterStateReasons()final BooleangetPrinterIsAcceptingJobs()final IppSubscriptiongetSubscription()final IppAttributesGroupgetAttributes()final IppJobgetJob()StringtoString()final UnitlogDetails()-
-
Constructor Detail
-
IppEventNotification
IppEventNotification(IppSubscription subscription, IppAttributesGroup attributes)
-
-
Method Detail
-
getSequenceNumber
final Integer getSequenceNumber()
-
getSubscriptionId
final Integer getSubscriptionId()
-
getSubscribedEvent
final String getSubscribedEvent()
-
getJobState
final IppJobState getJobState()
-
getJobStateReasons
final List<String> getJobStateReasons()
-
getJobImpressionsCompleted
final Integer getJobImpressionsCompleted()
-
getPrinterName
final IppString getPrinterName()
-
getPrinterState
final IppPrinterState getPrinterState()
-
getPrinterStateReasons
final List<String> getPrinterStateReasons()
-
getPrinterIsAcceptingJobs
final Boolean getPrinterIsAcceptingJobs()
-
getSubscription
final IppSubscription getSubscription()
-
getAttributes
final IppAttributesGroup getAttributes()
-
logDetails
final Unit logDetails()
-
-
-
-