Class ServiceStateEntry
java.lang.Object
ru.bitel.oss.systems.inventory.service.common.event.ServiceStateEntry
public class ServiceStateEntry
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description short
deviceState
int
serviceId
int
serviceSpecId
-
Constructor Summary
Constructors Modifier Constructor Description protected
ServiceStateEntry()
ServiceStateEntry(int serviceId, int serviceSpecId, short deviceState)
-
Method Summary
Modifier and Type Method Description java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
serviceId
public final int serviceId -
serviceSpecId
public final int serviceSpecId -
deviceState
public final short deviceState
-
-
Constructor Details
-
ServiceStateEntry
protected ServiceStateEntry() -
ServiceStateEntry
public ServiceStateEntry(int serviceId, int serviceSpecId, short deviceState)
-
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-