public class BinderAddress extends LocalAddress implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
BinderAddress()
Default Constructor
|
BinderAddress(BinderAddress binderAddressObj)
Copy constructor
|
BinderAddress(String packageName,
Integer userId)
Parameterized constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
String |
getPackageName()
Gets PackageName
|
Integer |
getUserId()
Gets UserId
|
int |
hashCode()
Calculate code for hashing based on member contents
|
void |
setPackageName(String packageName)
Sets PackageName
|
void |
setUserId(Integer userId)
Sets UserId
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public BinderAddress()
public BinderAddress(BinderAddress binderAddressObj)
binderAddressObj - reference to the object to be copiedpublic String getPackageName()
public void setPackageName(String packageName)
packageName - BinderAddress package namepublic Integer getUserId()
public void setUserId(Integer userId)
userId - BinderAddress process user IDpublic String toString()
toString in class LocalAddresspublic boolean equals(Object obj)
equals in class LocalAddressobj - Reference to the object to compare topublic int hashCode()
hashCode in class LocalAddressCopyright © 2021. All rights reserved.