public class Address extends Object implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
Address()
Default Constructor
|
Address(Address addressObj)
Copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
int |
hashCode()
Calculate code for hashing based on member contents
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public Address()
public Address(Address addressObj)
addressObj - reference to the object to be copiedCopyright © 2021. All rights reserved.