public class NetworkPathElement
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Long |
address |
private int |
channel |
private com.dalsemi.onewire.container.SwitchContainer |
switchContainer |
| Constructor and Description |
|---|
NetworkPathElement(com.dalsemi.onewire.container.SwitchContainer switchContainer,
java.lang.Long address,
int channelNumber) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
getChannel() |
com.dalsemi.onewire.container.SwitchContainer |
getContainer() |
int |
hashCode() |
private final com.dalsemi.onewire.container.SwitchContainer switchContainer
private final java.lang.Long address
private final int channel
public NetworkPathElement(com.dalsemi.onewire.container.SwitchContainer switchContainer,
java.lang.Long address,
int channelNumber)
public com.dalsemi.onewire.container.SwitchContainer getContainer()
public int getChannel()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object