ProcessNameFilter Class
- java.
lang. Object - com.
azure. resourcemanager. dependencymap. models. ProcessNameFilter
- com.
Implements
public final class ProcessNameFilter
implements JsonSerializable<ProcessNameFilter>
Process name filter for dependency map visualization apis.
Constructor Summary
| Constructor | Description |
|---|---|
| ProcessNameFilter() |
Creates an instance of Process |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Process |
fromJson(JsonReader jsonReader)
Reads an instance of Process |
|
Process |
operator()
Get the operator property: Operator for process name filter. |
| List<String> |
processNames()
Get the process |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Process |
withOperator(ProcessNameFilterOperator operator)
Set the operator property: Operator for process name filter. |
|
Process |
withProcessNames(List<String> processNames)
Set the process |
Methods inherited from java.lang.Object
Constructor Details
ProcessNameFilter
public ProcessNameFilter()
Creates an instance of ProcessNameFilter class.
Method Details
fromJson
public static ProcessNameFilter fromJson(JsonReader jsonReader)
Reads an instance of ProcessNameFilter from the JsonReader.
Parameters:
Returns:
Throws:
operator
public ProcessNameFilterOperator operator()
Get the operator property: Operator for process name filter.
Returns:
processNames
public List<String> processNames()
Get the processNames property: List of process names on which the operator should be applied.
Returns:
toJson
validate
public void validate()
Validates the instance.
withOperator
public ProcessNameFilter withOperator(ProcessNameFilterOperator operator)
Set the operator property: Operator for process name filter.
Parameters:
Returns:
withProcessNames
public ProcessNameFilter withProcessNames(List<String> processNames)
Set the processNames property: List of process names on which the operator should be applied.
Parameters:
Returns: