public class ProductStateEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
short |
deviceState |
int |
productId |
int |
productSpecId |
java.util.List<ServiceStateEntry> |
serviceEntryList |
Modifier | Constructor and Description |
---|---|
protected |
ProductStateEntry() |
|
ProductStateEntry(int productId,
int productSpecId,
short deviceState,
java.util.List<ServiceStateEntry> serviceEntryList) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public final int productId
public final int productSpecId
public final short deviceState
public final java.util.List<ServiceStateEntry> serviceEntryList
protected ProductStateEntry()
public ProductStateEntry(int productId, int productSpecId, short deviceState, java.util.List<ServiceStateEntry> serviceEntryList)