public class SystemInformationFilter extends Object
Constructor and Description |
---|
SystemInformationFilter() |
Modifier and Type | Method and Description |
---|---|
EqualityCondition<IpAddress> |
getIpAddressCondition()
Gets the IP address condition
|
EqualityCondition<Boolean> |
getIsSelfCondition()
Returns the
EqualityCondition filter that has been defined for filtering based on
the value of isSelf |
void |
setIpAddressCondition(IpAddress address)
Sets the ipAddress value to be matched against.
|
void |
setIsSelfCondition(boolean isSelf)
Sets the isSelf value to be matched against.
|
String |
toString() |
public EqualityCondition<Boolean> getIsSelfCondition()
EqualityCondition
filter that has been defined for filtering based on
the value of isSelfEqualityCondition
for filtering based on the System
Information isSelf valuepublic void setIsSelfCondition(boolean isSelf)
true
to get the
current system, false
to get foreign systems.isSelf
- true
to get the current system, false
to
get foreign systems. An
EqualityCondition
will be created for an exact match filter against the supplied
parameterpublic void setIpAddressCondition(IpAddress address)
address
- The Ip Address
EqualityCondition
will be created for an exact match filter against the supplied
parameterpublic EqualityCondition<IpAddress> getIpAddressCondition()
Copyright © 2015. All Rights Reserved.