Package com.uc4.communication.requests
Class ServerList.Filter
java.lang.Object
com.uc4.communication.requests.ServerList.Filter
- Enclosing class:
- ServerList
Filter in the Servers list.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDedicatedFilter
(List<String> dedicatedFilter) Sets the dedicated filter of a process.void
setExcludeHostName
(boolean excludeHostName) Sets "exclude" flag for host name.void
setExcludeNetArea
(boolean excludeNetArea) Sets "exclude" flag for netArea.void
setExcludeProcessName
(boolean excludeProcessName) Sets "exclude" flag for process name.void
setHostName
(String hostName) Sets the hostName filter of a process.void
setIpAddressFilter
(List<String> ipAddressFilter) Sets the ipAddressFilter of a process.void
setNetArea
(String netArea) Sets the netArea filter of a process.void
setProcessName
(String processName) Sets the name filter of a process.void
setRoleFilter
(List<String> roleFilter) Sets the role filter of a process.void
setStatusFilter
(Boolean statusFilter) Sets the status filter of a process.void
setTypeFilter
(List<String> typeFilter) Sets the type filter of a process.void
setUt10m
(int ut10m) Sets the 10 minutes utilization filter of a process.void
setUt1m
(int ut1m) Sets the 1 minute utilization filter of a process.void
setUt60m
(int ut60m) Sets the 60 minutes utilization filter of a process.void
setVersionFilter
(List<String> versionFilter) Sets the version filter of a process.void
setZduVersion
(List<String> zduVersion) Sets the zduVersion filter of a process.
-
Constructor Details
-
Filter
public Filter()
-
-
Method Details
-
setProcessName
Sets the name filter of a process.- Parameters:
processName
- or null to disable this filter
-
setHostName
Sets the hostName filter of a process.- Parameters:
hostName
- or null to disable this filter
-
setNetArea
Sets the netArea filter of a process.- Parameters:
netArea
- or null to disable this filter
-
setExcludeProcessName
public void setExcludeProcessName(boolean excludeProcessName) Sets "exclude" flag for process name.- Parameters:
excludeProcessName
- or null to disable this filter
-
setExcludeHostName
public void setExcludeHostName(boolean excludeHostName) Sets "exclude" flag for host name.- Parameters:
excludeHostName
- or null to disable this filter
-
setExcludeNetArea
public void setExcludeNetArea(boolean excludeNetArea) Sets "exclude" flag for netArea.- Parameters:
excludeNetArea
- or null to disable this filter
-
setStatusFilter
Sets the status filter of a process.- Parameters:
statusFilter
- or null to disable this filter
-
setTypeFilter
Sets the type filter of a process.- Parameters:
typeFilter
- or null to disable this filter
-
setIpAddressFilter
Sets the ipAddressFilter of a process.- Parameters:
ipAddressFilter
- or null to disable this filter
-
setVersionFilter
Sets the version filter of a process.- Parameters:
versionFilter
- or null to disable this filter
-
setRoleFilter
Sets the role filter of a process.- Parameters:
roleFilter
- or null to disable this filter
-
setDedicatedFilter
Sets the dedicated filter of a process.- Parameters:
dedicatedFilter
- or null to disable this filter
-
setZduVersion
Sets the zduVersion filter of a process.- Parameters:
zduVersion
- or null to disable this filter
-
setUt1m
public void setUt1m(int ut1m) Sets the 1 minute utilization filter of a process.- Parameters:
ut1m
- or null to disable this filter
-
setUt10m
public void setUt10m(int ut10m) Sets the 10 minutes utilization filter of a process.- Parameters:
ut10m
- or null to disable this filter
-
setUt60m
public void setUt60m(int ut60m) Sets the 60 minutes utilization filter of a process.- Parameters:
ut60m
- or null to disable this filter
-