public final class ChassisId extends Object
| Constructor and Description |
|---|
ChassisId()
Default constructor.
|
ChassisId(long value)
Constructor from a long value.
|
ChassisId(String value)
Constructor from a string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString()
Convert the Chassis Id value to a ':' separated hexadecimal string.
|
long |
value()
Get the value of the chassis id.
|
public ChassisId()
public ChassisId(long value)
value - the value to use.public ChassisId(String value)
value - the value to use.public long value()
public String toString()
Copyright © 2015. All rights reserved.