| Modifier and Type | Class and Description | 
|---|---|
static class  | 
PiMeterCellConfig.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
static PiMeterCellConfig.Builder | 
builder()
Returns a meter cell configuration builder. 
 | 
PiMeterCellId | 
cellId()
Returns the cell identifier. 
 | 
boolean | 
equals(Object o)  | 
PiMeterCellHandle | 
handle(DeviceId deviceId)
Returns a handle for this PI entity and the given device ID. 
 | 
int | 
hashCode()  | 
Collection<PiMeterBand> | 
meterBands()
Returns the collection of bands of this cell. 
 | 
PiEntityType | 
piEntityType()
Returns the type of this entity. 
 | 
String | 
toString()  | 
public PiMeterCellId cellId()
public Collection<PiMeterBand> meterBands()
public PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntitypublic PiMeterCellHandle handle(DeviceId deviceId)
PiEntitypublic static PiMeterCellConfig.Builder builder()