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