@Generated(value="org.immutables.processor.ProxyProcessor") public final class Process extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Process.Builder
Builds instances of type
Process. |
| Modifier and Type | Method and Description |
|---|---|
static Process.Builder |
builder()
Creates a builder for
Process. |
boolean |
equals(Object another)
This instance is equal to all instances of
Process that have equal attribute values. |
String |
getType()
The type
|
int |
hashCode()
Computes a hash code from attributes:
type. |
String |
toString()
Prints the immutable value
Process with attribute values. |
public String getType()
public boolean equals(Object another)
Process that have equal attribute values.public int hashCode()
type.public String toString()
Process with attribute values.public static Process.Builder builder()
Copyright © 2020. All rights reserved.