public abstract class IpRangeChannel extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IpRangeChannel.Factory
Constructs new instances of
IpRangeChannel . |
Constructor and Description |
---|
IpRangeChannel() |
Modifier and Type | Method and Description |
---|---|
String |
attributesToString()
Builds a string showing the current attribute values
|
boolean |
equals(Object object)
Returns
true if the argument is an IpRangeChannel instance and all identifiers
for this entity equal the identifiers of the argument entity. |
abstract ChannelType |
getChannel() |
String |
getType() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
isEnabled() |
abstract void |
setChannel(ChannelType channel) |
void |
setEnabled(boolean enabled) |
void |
setType(String type) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an IpRangeChannel instance and all identifiers
for this entity equal the identifiers of the argument entity. Returns false
otherwise.public abstract ChannelType getChannel()
public String getType()
public int hashCode()
public boolean isEnabled()
public abstract void setChannel(ChannelType channel)
public void setEnabled(boolean enabled)
public void setType(String type)
Copyright © 2019 Communote team. All rights reserved.