public class ChannelAddress extends Address implements Serializable, JoynrType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAJOR_VERSION |
static int |
MINOR_VERSION |
| Constructor and Description |
|---|
ChannelAddress()
Default Constructor
|
ChannelAddress(ChannelAddress channelAddressObj)
Copy constructor
|
ChannelAddress(String messagingEndpointUrl,
String channelId)
Parameterized constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Check for equality
|
String |
getChannelId()
Gets ChannelId
|
String |
getMessagingEndpointUrl()
Gets MessagingEndpointUrl
|
int |
hashCode()
Calculate code for hashing based on member contents
|
void |
setChannelId(String channelId)
Sets ChannelId
|
void |
setMessagingEndpointUrl(String messagingEndpointUrl)
Sets MessagingEndpointUrl
|
String |
toString()
Stringifies the class
|
public static final int MAJOR_VERSION
public static final int MINOR_VERSION
public ChannelAddress()
public ChannelAddress(ChannelAddress channelAddressObj)
channelAddressObj - reference to the object to be copiedpublic String getMessagingEndpointUrl()
public void setMessagingEndpointUrl(String messagingEndpointUrl)
messagingEndpointUrl - Url of HTTP-based message receiverpublic String getChannelId()
public void setChannelId(String channelId)
channelId - Channel identificationpublic String toString()
public boolean equals(Object obj)
Copyright © 2021. All rights reserved.