public abstract class IpRangeFilter extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
IpRangeFilter.Factory
Constructs new instances of
IpRangeFilter . |
Constructor and Description |
---|
IpRangeFilter() |
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 IpRangeFilter instance and all identifiers
for this entity equal the identifiers of the argument entity. |
Set<IpRangeChannel> |
getChannels() |
Set<IpRange> |
getExcludes() |
Long |
getId() |
Set<IpRange> |
getIncludes() |
String |
getName() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
boolean |
isEnabled() |
void |
setChannels(Set<IpRangeChannel> channels) |
void |
setEnabled(boolean enabled) |
void |
setExcludes(Set<IpRange> excludes) |
void |
setId(Long id) |
void |
setIncludes(Set<IpRange> includes) |
void |
setName(String name) |
public String attributesToString()
public boolean equals(Object object)
true
if the argument is an IpRangeFilter instance and all identifiers
for this entity equal the identifiers of the argument entity. Returns false
otherwise.public Set<IpRangeChannel> getChannels()
public Long getId()
public String getName()
public int hashCode()
public boolean isEnabled()
public void setChannels(Set<IpRangeChannel> channels)
public void setEnabled(boolean enabled)
public void setId(Long id)
public void setName(String name)
Copyright © 2019 Communote team. All rights reserved.