Package joynr.system.RoutingTypes
Class Address
- java.lang.Object
-
- joynr.system.RoutingTypes.Address
-
- All Implemented Interfaces:
JoynrType,Serializable
- Direct Known Subclasses:
BrowserAddress,ChannelAddress,LocalAddress,MqttAddress
public class Address extends Object implements Serializable, JoynrType
Generic Address- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intMAJOR_VERSIONstatic intMINOR_VERSION
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Check for equalityinthashCode()Calculate code for hashing based on member contentsStringtoString()Stringifies the class
-
-
-
Field Detail
-
MAJOR_VERSION
public static final int MAJOR_VERSION
- See Also:
- Constant Field Values
-
MINOR_VERSION
public static final int MINOR_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Address
public Address()
Default Constructor
-
Address
public Address(Address addressObj)
Copy constructor- Parameters:
addressObj- reference to the object to be copied
-
-