| 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(java.lang.Object o) |
int |
hashCode() |
java.util.Collection<PiMeterBand> |
meterBands()
Returns the collection of bands of this cell.
|
PiEntityType |
piEntityType()
Returns the type of this entity.
|
java.lang.String |
toString() |
public PiMeterCellId cellId()
public java.util.Collection<PiMeterBand> meterBands()
public PiEntityType piEntityType()
PiEntitypiEntityType in interface PiEntitypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static PiMeterCellConfig.Builder builder()