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 shortdeviceStateintserviceIdintserviceSpecId -
Constructor Summary
Constructors Modifier Constructor Description protectedServiceStateEntry()ServiceStateEntry(int serviceId, int serviceSpecId, short deviceState) -
Method Summary
Modifier and Type Method Description java.lang.StringtoString()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:
toStringin classjava.lang.Object
-